#264CA6

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

Shades of Cerulean Blue #264CA6

Tints of Cerulean Blue #264CA6

Color information

#264CA6 (or 0x264CA6) is unknown color: approx Cerulean Blue. HEX triplet: 26, 4C and A6. RGB value is (38,76,166). Sum of RGB (Red+Green+Blue) = 38+76+166=280 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.57% from 280); Green value is 76 (30.08% from 255 or 27.14% from 280); Blue value is 166 (65.23% from 255 or 59.29% from 280); Max value from RGB is 166 - color contains mainly: blue. Hex color #264CA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264CA6 is #D9B359. Grayscale: #4A4A4A. Windows color (decimal): -14267226 or 10898470. OLE color: 10898470.

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

Color convert

RGB3876166-
CMYK0.770.5400.35
HSL222.19º62.75%40%-
HSV(B)222.19º77.11%65.1%-
XYZ10.278.3337.14-
YUV74.9179.41101.68-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.57%
GREEN value IS 76 (30.08% from 255) = 27.14%
BLUE value IS 166 (65.23% from 255) = 59.29%
R=13.57%
G=27.14%
B=59.29%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal38761660.770.5400.35222.1962.7540
Hex264CA64D36023de3f28
Octal46114246115660433367750
Binary1001101001100101001101001101110110010001111011110111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,76,166); }

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

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

 a { background-color: rgb(38,76,166); }

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

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

 span { border-color: rgb(38,76,166); }

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