#2F64BF

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

Shades of Cerulean Blue #2F64BF

Tints of Cerulean Blue #2F64BF

Color information

#2F64BF (or 0x2F64BF) is unknown color: approx Cerulean Blue. HEX triplet: 2F, 64 and BF. RGB value is (47,100,191). Sum of RGB (Red+Green+Blue) = 47+100+191=338 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.91% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 191 (75% from 255 or 56.51% from 338); Max value from RGB is 191 - color contains mainly: blue. Hex color #2F64BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F64BF is #D09B40. Grayscale: #5E5E5E. Windows color (decimal): -13671233 or 12543023. OLE color: 12543023.

HSL color Cylindrical-coordinate representation of color #2F64BF: hue angle of 217.92º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F64BF is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB47100191-
CMYK0.750.4800.25
HSL217.92º60.5%46.67%-
HSV(B)217.92º75.39%74.9%-
XYZ15.1313.4851.09-
YUV94.53182.4494.1-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.91%
GREEN value IS 100 (39.45% from 255) = 29.59%
BLUE value IS 191 (75% from 255) = 56.51%
R=13.91%
G=29.59%
B=56.51%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal471001910.750.4800.25217.9260.546.67
Hex2F64BF4B30019da3d2f
Octal57144277113600313327557
Binary101111110010010111111100101111000001100111011010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F64BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F64BF; }

 p { color: rgb(47,100,191); }

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

<style>
 a { background-color: #2F64BF; }

 a { background-color: rgb(47,100,191); }

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

<style>
 span { border-color: #2F64BF; }

 span { border-color: rgb(47,100,191); }

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