#264FAB

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

Shades of Cerulean Blue #264FAB

Tints of Cerulean Blue #264FAB

Color information

#264FAB (or 0x264FAB) is unknown color: approx Cerulean Blue. HEX triplet: 26, 4F and AB. RGB value is (38,79,171). Sum of RGB (Red+Green+Blue) = 38+79+171=288 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.19% from 288); Green value is 79 (31.25% from 255 or 27.43% from 288); Blue value is 171 (67.19% from 255 or 59.38% from 288); Max value from RGB is 171 - color contains mainly: blue. Hex color #264FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #264FAB is #D9B054. Grayscale: #4C4C4C. Windows color (decimal): -14266453 or 11226918. OLE color: 11226918.

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

Color convert

RGB3879171-
CMYK0.780.5400.33
HSL221.5º63.64%40.98%-
HSV(B)221.5º77.78%67.06%-
XYZ10.958.9439.68-
YUV77.23180.92100.02-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.19%
GREEN value IS 79 (31.25% from 255) = 27.43%
BLUE value IS 171 (67.19% from 255) = 59.38%
R=13.19%
G=27.43%
B=59.38%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal38791710.780.5400.33221.563.6440.98
Hex264FAB4E36021de4029
Octal461172531166604133610051
Binary10011010011111010101110011101101100100001110111101000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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