#264daa

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

Shades of Cerulean Blue #264DAA

Tints of Cerulean Blue #264DAA

Color information

#264DAA (or 0x264DAA) is unknown color: approx Cerulean Blue. HEX triplet: 26, 4D and AA. RGB value is (38,77,170). Sum of RGB (Red+Green+Blue) = 38+77+170=285 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.33% from 285); Green value is 77 (30.47% from 255 or 27.02% from 285); Blue value is 170 (66.80% from 255 or 59.65% from 285); Max value from RGB is 170 - color contains mainly: blue. Hex color #264DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #264DAA is #D9B255. Grayscale: #4B4B4B. Windows color (decimal): -14266966 or 11160870. OLE color: 11160870.

HSL color Cylindrical-coordinate representation of color #264DAA: hue angle of 222.27º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #264DAA is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3877170-
CMYK0.780.5500.33
HSL222.27º63.46%40.78%-
HSV(B)222.27º77.65%66.67%-
XYZ10.718.6239.13-
YUV75.94181.08100.94-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.33%
GREEN value IS 77 (30.47% from 255) = 27.02%
BLUE value IS 170 (66.80% from 255) = 59.65%
R=13.33%
G=27.02%
B=59.65%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal38771700.780.5500.33222.2763.4640.78
Hex264DAA4E37021de3f29
Octal46115252116670413367751
Binary1001101001101101010101001110110111010000111011110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264daa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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