#264EA5

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

Shades of Cerulean Blue #264EA5

Tints of Cerulean Blue #264EA5

Color information

#264EA5 (or 0x264EA5) is unknown color: approx Cerulean Blue. HEX triplet: 26, 4E and A5. RGB value is (38,78,165). Sum of RGB (Red+Green+Blue) = 38+78+165=281 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.52% from 281); Green value is 78 (30.86% from 255 or 27.76% from 281); Blue value is 165 (64.84% from 255 or 58.72% from 281); Max value from RGB is 165 - color contains mainly: blue. Hex color #264EA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #264EA5 is #D9B15A. Grayscale: #4B4B4B. Windows color (decimal): -14266715 or 10833446. OLE color: 10833446.

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

Color convert

RGB3878165-
CMYK0.770.5300.35
HSL221.1º62.56%39.8%-
HSV(B)221.1º76.97%64.71%-
XYZ10.328.5836.71-
YUV75.96178.25100.93-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.52%
GREEN value IS 78 (30.86% from 255) = 27.76%
BLUE value IS 165 (64.84% from 255) = 58.72%
R=13.52%
G=27.76%
B=58.72%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal38781650.770.5300.35221.162.5639.8
Hex264EA54D35023dd3f28
Octal46116245115650433357750
Binary1001101001110101001011001101110101010001111011101111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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