#264EA3

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

Shades of Cerulean Blue #264EA3

Tints of Cerulean Blue #264EA3

Color information

#264EA3 (or 0x264EA3) is unknown color: approx Cerulean Blue. HEX triplet: 26, 4E and A3. RGB value is (38,78,163). Sum of RGB (Red+Green+Blue) = 38+78+163=279 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.62% from 279); Green value is 78 (30.86% from 255 or 27.96% from 279); Blue value is 163 (64.06% from 255 or 58.42% from 279); Max value from RGB is 163 - color contains mainly: blue. Hex color #264EA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #264EA3 is #D9B15C. Grayscale: #4B4B4B. Windows color (decimal): -14266717 or 10702374. OLE color: 10702374.

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

Color convert

RGB3878163-
CMYK0.770.5200.36
HSL220.8º62.19%39.41%-
HSV(B)220.8º76.69%63.92%-
XYZ10.138.5135.76-
YUV75.73177.25101.09-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.62%
GREEN value IS 78 (30.86% from 255) = 27.96%
BLUE value IS 163 (64.06% from 255) = 58.42%
R=13.62%
G=27.96%
B=58.42%

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
Decimal38781630.770.5200.36220.862.1939.41
Hex264EA34D34024dd3e27
Octal46116243115640443357647
Binary1001101001110101000111001101110100010010011011101111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,78,163); }

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

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

 a { background-color: rgb(38,78,163); }

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

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

 span { border-color: rgb(38,78,163); }

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