#2548B6

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

Shades of Cerulean Blue #2548B6

Tints of Cerulean Blue #2548B6

Color information

#2548B6 (or 0x2548B6) is unknown color: approx Cerulean Blue. HEX triplet: 25, 48 and B6. RGB value is (37,72,182). Sum of RGB (Red+Green+Blue) = 37+72+182=291 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.71% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 182 (71.48% from 255 or 62.54% from 291); Max value from RGB is 182 - color contains mainly: blue. Hex color #2548B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2548B6 is #DAB749. Grayscale: #494949. Windows color (decimal): -14333770 or 11946021. OLE color: 11946021.

HSL color Cylindrical-coordinate representation of color #2548B6: hue angle of 225.52º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2548B6 is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3772182-
CMYK0.800.6000.29
HSL225.52º66.21%42.94%-
HSV(B)225.52º79.67%71.37%-
XYZ11.528.4145.27-
YUV74.08188.9101.56-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.71%
GREEN value IS 72 (28.52% from 255) = 24.74%
BLUE value IS 182 (71.48% from 255) = 62.54%
R=12.71%
G=24.74%
B=62.54%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal37721820.800.6000.29225.5266.2142.94
Hex2548B6503C01De2422b
Octal451102661207403534210253
Binary1001011001000101101101010000111100011101111000101000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2548B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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