#264BA2

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

Shades of Cerulean Blue #264BA2

Tints of Cerulean Blue #264BA2

Color information

#264BA2 (or 0x264BA2) is unknown color: approx Cerulean Blue. HEX triplet: 26, 4B and A2. RGB value is (38,75,162). Sum of RGB (Red+Green+Blue) = 38+75+162=275 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.82% from 275); Green value is 75 (29.69% from 255 or 27.27% from 275); Blue value is 162 (63.67% from 255 or 58.91% from 275); Max value from RGB is 162 - color contains mainly: blue. Hex color #264BA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264BA2 is #D9B45D. Grayscale: #494949. Windows color (decimal): -14267486 or 10636070. OLE color: 10636070.

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

Color convert

RGB3875162-
CMYK0.770.5400.36
HSL222.1º62%39.22%-
HSV(B)222.1º76.54%63.53%-
XYZ9.848.0535.22-
YUV73.86177.74102.43-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.82%
GREEN value IS 75 (29.69% from 255) = 27.27%
BLUE value IS 162 (63.67% from 255) = 58.91%
R=13.82%
G=27.27%
B=58.91%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal38751620.770.5400.36222.16239.22
Hex264BA24D36024de3e27
Octal46113242115660443367647
Binary1001101001011101000101001101110110010010011011110111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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