#2F46CB

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

Shades of Cerulean Blue #2F46CB

Tints of Cerulean Blue #2F46CB

Color information

#2F46CB (or 0x2F46CB) is unknown color: approx Cerulean Blue. HEX triplet: 2F, 46 and CB. RGB value is (47,70,203). Sum of RGB (Red+Green+Blue) = 47+70+203=320 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.69% from 320); Green value is 70 (27.73% from 255 or 21.88% from 320); Blue value is 203 (79.69% from 255 or 63.44% from 320); Max value from RGB is 203 - color contains mainly: blue. Hex color #2F46CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F46CB is #D0B934. Grayscale: #4D4D4D. Windows color (decimal): -13678901 or 13321775. OLE color: 13321775.

HSL color Cylindrical-coordinate representation of color #2F46CB: hue angle of 231.15º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F46CB is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB4770203-
CMYK0.770.6600.20
HSL231.15º62.4%49.02%-
HSV(B)231.15º76.85%79.61%-
XYZ14.149.357.55-
YUV78.28198.38105.69-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.69%
GREEN value IS 70 (27.73% from 255) = 21.88%
BLUE value IS 203 (79.69% from 255) = 63.44%
R=14.69%
G=21.88%
B=63.44%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal47702030.770.6600.20231.1562.449.02
Hex2F46CB4D42014e73e31
Octal571063131151020243477661
Binary1011111000110110010111001101100001001010011100111111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F46CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,70,203); }

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

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

 a { background-color: rgb(47,70,203); }

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

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

 span { border-color: rgb(47,70,203); }

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