#264CA3

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

Shades of Cerulean Blue #264CA3

Tints of Cerulean Blue #264CA3

Color information

#264CA3 (or 0x264CA3) is unknown color: approx Cerulean Blue. HEX triplet: 26, 4C and A3. RGB value is (38,76,163). Sum of RGB (Red+Green+Blue) = 38+76+163=277 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.72% from 277); Green value is 76 (30.08% from 255 or 27.44% from 277); Blue value is 163 (64.06% from 255 or 58.84% from 277); Max value from RGB is 163 - color contains mainly: blue. Hex color #264CA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264CA3 is #D9B35C. Grayscale: #4A4A4A. Windows color (decimal): -14267229 or 10701862. OLE color: 10701862.

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

Color convert

RGB3876163-
CMYK0.770.5300.36
HSL221.76º62.19%39.41%-
HSV(B)221.76º76.69%63.92%-
XYZ9.998.2335.71-
YUV74.56177.91101.93-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.72%
GREEN value IS 76 (30.08% from 255) = 27.44%
BLUE value IS 163 (64.06% from 255) = 58.84%
R=13.72%
G=27.44%
B=58.84%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal38761630.770.5300.36221.7662.1939.41
Hex264CA34D35024de3e27
Octal46114243115650443367647
Binary1001101001100101000111001101110101010010011011110111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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