#2F42BF

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

Shades of Cerulean Blue #2F42BF

Tints of Cerulean Blue #2F42BF

Color information

#2F42BF (or 0x2F42BF) is unknown color: approx Cerulean Blue. HEX triplet: 2F, 42 and BF. RGB value is (47,66,191). Sum of RGB (Red+Green+Blue) = 47+66+191=304 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.46% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 191 (75% from 255 or 62.83% from 304); Max value from RGB is 191 - color contains mainly: blue. Hex color #2F42BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F42BF is #D0BD40. Grayscale: #4A4A4A. Windows color (decimal): -13679937 or 12534319. OLE color: 12534319.

HSL color Cylindrical-coordinate representation of color #2F42BF: hue angle of 232.08º 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 #2F42BF is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4766191-
CMYK0.750.6500.25
HSL232.08º60.5%46.67%-
HSV(B)232.08º75.39%74.9%-
XYZ12.528.2650.22-
YUV74.57193.71108.34-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.46%
GREEN value IS 66 (26.17% from 255) = 21.71%
BLUE value IS 191 (75% from 255) = 62.83%
R=15.46%
G=21.71%
B=62.83%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal47661910.750.6500.25232.0860.546.67
Hex2F42BF4B41019e83d2f
Octal571022771131010313507557
Binary1011111000010101111111001011100000101100111101000111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F42BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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