#2548A4

Color #2548A4 Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #2548A4

Tints of Cerulean Blue #2548A4

Color information

#2548A4 (or 0x2548A4) is unknown color: approx Cerulean Blue. HEX triplet: 25, 48 and A4. RGB value is (37,72,164). Sum of RGB (Red+Green+Blue) = 37+72+164=273 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.55% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 164 (64.45% from 255 or 60.07% from 273); Max value from RGB is 164 - color contains mainly: blue. Hex color #2548A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2548A4 is #DAB75B. Grayscale: #474747. Windows color (decimal): -14333788 or 10766373. OLE color: 10766373.

HSL color Cylindrical-coordinate representation of color #2548A4: hue angle of 223.46º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2548A4 is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3772164-
CMYK0.770.5600.36
HSL223.46º63.18%39.41%-
HSV(B)223.46º77.44%64.31%-
XYZ9.787.7136.09-
YUV72.02179.9103.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 37 (14.84% from 255) = 13.55%
GREEN value IS 72 (28.52% from 255) = 26.37%
BLUE value IS 164 (64.45% from 255) = 60.07%
R=13.55%
G=26.37%
B=60.07%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal37721640.770.5600.36223.4663.1839.41
Hex2548A44D38024df3f27
Octal45110244115700443377747
Binary1001011001000101001001001101111000010010011011111111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2548A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2548A4; }

 p { color: rgb(37,72,164); }

 H1.HeaderClassName
 {
   color: #2548A4;
 }
 .AnyTagClassName
 {
   color: #2548A4;
 }
</style>
background-color css

<style>
 a { background-color: #2548A4; }

 a { background-color: rgb(37,72,164); }

 div.DivClassName
 {
   background-color: #2548A4;
 }
 .BgClassName
 {
   background-color: #2548A4;
 }
</style>
border-color css

<style>
 span { border-color: #2548A4; }

 span { border-color: rgb(37,72,164); }

 td.TdClassName
 {
   border-color: #2548A4;
 }
 .TagClassName
 {
   border-color: #2548A4;
 }
</style>