#264fb2

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

Shades of Cerulean Blue #264FB2

Tints of Cerulean Blue #264FB2

Color information

#264FB2 (or 0x264FB2) is unknown color: approx Cerulean Blue. HEX triplet: 26, 4F and B2. RGB value is (38,79,178). Sum of RGB (Red+Green+Blue) = 38+79+178=295 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.88% from 295); Green value is 79 (31.25% from 255 or 26.78% from 295); Blue value is 178 (69.92% from 255 or 60.34% from 295); Max value from RGB is 178 - color contains mainly: blue. Hex color #264FB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #264FB2 is #D9B04D. Grayscale: #4D4D4D. Windows color (decimal): -14266446 or 11685670. OLE color: 11685670.

HSL color Cylindrical-coordinate representation of color #264FB2: hue angle of 222.43º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #264FB2 is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB3879178-
CMYK0.790.5600.30
HSL222.43º64.81%42.35%-
HSV(B)222.43º78.65%69.8%-
XYZ11.639.2243.29-
YUV78.03184.4299.45-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.88%
GREEN value IS 79 (31.25% from 255) = 26.78%
BLUE value IS 178 (69.92% from 255) = 60.34%
R=12.88%
G=26.78%
B=60.34%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal38791780.790.5600.30222.4364.8142.35
Hex264FB24F3801Ede412a
Octal461172621177003633610152
Binary1001101001111101100101001111111000011110110111101000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264fb2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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