#264DA2

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

Shades of Cerulean Blue #264DA2

Tints of Cerulean Blue #264DA2

Color information

#264DA2 (or 0x264DA2) is unknown color: approx Cerulean Blue. HEX triplet: 26, 4D and A2. RGB value is (38,77,162). Sum of RGB (Red+Green+Blue) = 38+77+162=277 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.72% from 277); Green value is 77 (30.47% from 255 or 27.80% from 277); Blue value is 162 (63.67% from 255 or 58.48% from 277); Max value from RGB is 162 - color contains mainly: blue. Hex color #264DA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #264DA2 is #D9B25D. Grayscale: #4A4A4A. Windows color (decimal): -14266974 or 10636582. OLE color: 10636582.

HSL color Cylindrical-coordinate representation of color #264DA2: hue angle of 221.13º degrees, saturation: 0.62, 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 #264DA2 is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3877162-
CMYK0.770.5200.36
HSL221.13º62%39.22%-
HSV(B)221.13º76.54%63.53%-
XYZ9.978.3335.26-
YUV75.03177.08101.59-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.72%
GREEN value IS 77 (30.47% from 255) = 27.80%
BLUE value IS 162 (63.67% from 255) = 58.48%
R=13.72%
G=27.80%
B=58.48%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal38771620.770.5200.36221.136239.22
Hex264DA24D34024dd3e27
Octal46115242115640443357647
Binary1001101001101101000101001101110100010010011011101111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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