#264DA8

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

Shades of Cerulean Blue #264DA8

Tints of Cerulean Blue #264DA8

Color information

#264DA8 (or 0x264DA8) is unknown color: approx Cerulean Blue. HEX triplet: 26, 4D and A8. RGB value is (38,77,168). Sum of RGB (Red+Green+Blue) = 38+77+168=283 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.43% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 168 (66.02% from 255 or 59.36% from 283); Max value from RGB is 168 - color contains mainly: blue. Hex color #264DA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #264DA8 is #D9B257. Grayscale: #4B4B4B. Windows color (decimal): -14266968 or 11029798. OLE color: 11029798.

HSL color Cylindrical-coordinate representation of color #264DA8: hue angle of 222º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #264DA8 is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB3877168-
CMYK0.770.5400.34
HSL222º63.11%40.39%-
HSV(B)222º77.38%65.88%-
XYZ10.528.5538.14-
YUV75.71180.08101.1-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.43%
GREEN value IS 77 (30.47% from 255) = 27.21%
BLUE value IS 168 (66.02% from 255) = 59.36%
R=13.43%
G=27.21%
B=59.36%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal38771680.770.5400.3422263.1140.39
Hex264DA84D36022de3f28
Octal46115250115660423367750
Binary1001101001101101010001001101110110010001011011110111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264DA8; }

 p { color: rgb(38,77,168); }

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

<style>
 a { background-color: #264DA8; }

 a { background-color: rgb(38,77,168); }

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

<style>
 span { border-color: #264DA8; }

 span { border-color: rgb(38,77,168); }

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