#264FA3

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

Shades of Cerulean Blue #264FA3

Tints of Cerulean Blue #264FA3

Color information

#264FA3 (or 0x264FA3) is unknown color: approx Cerulean Blue. HEX triplet: 26, 4F and A3. RGB value is (38,79,163). Sum of RGB (Red+Green+Blue) = 38+79+163=280 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.57% from 280); Green value is 79 (31.25% from 255 or 28.21% from 280); Blue value is 163 (64.06% from 255 or 58.21% from 280); Max value from RGB is 163 - color contains mainly: blue. Hex color #264FA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #264FA3 is #D9B05C. Grayscale: #4B4B4B. Windows color (decimal): -14266461 or 10702630. OLE color: 10702630.

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

Color convert

RGB3879163-
CMYK0.770.5200.36
HSL220.32º62.19%39.41%-
HSV(B)220.32º76.69%63.92%-
XYZ10.218.6535.78-
YUV76.32176.92100.67-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.57%
GREEN value IS 79 (31.25% from 255) = 28.21%
BLUE value IS 163 (64.06% from 255) = 58.21%
R=13.57%
G=28.21%
B=58.21%

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
Decimal38791630.770.5200.36220.3262.1939.41
Hex264FA34D34024dc3e27
Octal46117243115640443347647
Binary1001101001111101000111001101110100010010011011100111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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