#2F46BA

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

Shades of Cerulean Blue #2F46BA

Tints of Cerulean Blue #2F46BA

Color information

#2F46BA (or 0x2F46BA) is unknown color: approx Cerulean Blue. HEX triplet: 2F, 46 and BA. RGB value is (47,70,186). Sum of RGB (Red+Green+Blue) = 47+70+186=303 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.51% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 186 (73.05% from 255 or 61.39% from 303); Max value from RGB is 186 - color contains mainly: blue. Hex color #2F46BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F46BA is #D0B945. Grayscale: #4B4B4B. Windows color (decimal): -13678918 or 12207663. OLE color: 12207663.

HSL color Cylindrical-coordinate representation of color #2F46BA: hue angle of 230.07º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F46BA is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4770186-
CMYK0.750.6200.27
HSL230.07º59.66%45.69%-
HSV(B)230.07º74.73%72.94%-
XYZ12.238.5347.46-
YUV76.35189.88107.07-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.51%
GREEN value IS 70 (27.73% from 255) = 23.10%
BLUE value IS 186 (73.05% from 255) = 61.39%
R=15.51%
G=23.10%
B=61.39%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal47701860.750.6200.27230.0759.6645.69
Hex2F46BA4B3E01Be63c2e
Octal57106272113760333467456
Binary101111100011010111010100101111111001101111100110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F46BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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