#2546e8

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

Shades of Cerulean Blue #2546E8

Tints of Cerulean Blue #2546E8

Color information

#2546E8 (or 0x2546E8) is unknown color: approx Cerulean Blue. HEX triplet: 25, 46 and E8. RGB value is (37,70,232). Sum of RGB (Red+Green+Blue) = 37+70+232=339 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.91% from 339); Green value is 70 (27.73% from 255 or 20.65% from 339); Blue value is 232 (91.02% from 255 or 68.44% from 339); Max value from RGB is 232 - color contains mainly: blue. Hex color #2546E8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2546E8 is #DAB917. Grayscale: #4D4D4D. Windows color (decimal): -14334232 or 15222309. OLE color: 15222309.

HSL color Cylindrical-coordinate representation of color #2546E8: hue angle of 229.85º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2546E8 is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB3770232-
CMYK0.840.7000.09
HSL229.85º80.91%52.75%-
HSV(B)229.85º84.05%90.98%-
XYZ17.5210.677.47-
YUV78.6214.5798.33-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.91%
GREEN value IS 70 (27.73% from 255) = 20.65%
BLUE value IS 232 (91.02% from 255) = 68.44%
R=10.91%
G=20.65%
B=68.44%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal37702320.840.7000.09229.8580.9152.75
Hex2546E8544609e65135
Octal4510635012410601134612165
Binary1001011000110111010001010100100011001001111001101010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2546e8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2546e8; }

 p { color: rgb(37,70,232); }

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

<style>
 a { background-color: #2546e8; }

 a { background-color: rgb(37,70,232); }

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

<style>
 span { border-color: #2546e8; }

 span { border-color: rgb(37,70,232); }

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