#264EAC

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

Shades of Cerulean Blue #264EAC

Tints of Cerulean Blue #264EAC

Color information

#264EAC (or 0x264EAC) is unknown color: approx Cerulean Blue. HEX triplet: 26, 4E and AC. RGB value is (38,78,172). Sum of RGB (Red+Green+Blue) = 38+78+172=288 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.19% from 288); Green value is 78 (30.86% from 255 or 27.08% from 288); Blue value is 172 (67.58% from 255 or 59.72% from 288); Max value from RGB is 172 - color contains mainly: blue. Hex color #264EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #264EAC is #D9B153. Grayscale: #4C4C4C. Windows color (decimal): -14266708 or 11292198. OLE color: 11292198.

HSL color Cylindrical-coordinate representation of color #264EAC: hue angle of 222.09º degrees, saturation: 0.64, 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 #264EAC is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3878172-
CMYK0.780.5500.33
HSL222.09º63.81%41.18%-
HSV(B)222.09º77.91%67.45%-
XYZ10.978.8440.16-
YUV76.76181.75100.36-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.19%
GREEN value IS 78 (30.86% from 255) = 27.08%
BLUE value IS 172 (67.58% from 255) = 59.72%
R=13.19%
G=27.08%
B=59.72%

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
Decimal38781720.780.5500.33222.0963.8141.18
Hex264EAC4E37021de4029
Octal461162541166704133610051
Binary10011010011101010110010011101101110100001110111101000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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