#2f46b9

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

Shades of Cerulean Blue #2F46B9

Tints of Cerulean Blue #2F46B9

Color information

#2F46B9 (or 0x2F46B9) is unknown color: approx Cerulean Blue. HEX triplet: 2F, 46 and B9. RGB value is (47,70,185). Sum of RGB (Red+Green+Blue) = 47+70+185=302 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.56% from 302); Green value is 70 (27.73% from 255 or 23.18% from 302); Blue value is 185 (72.66% from 255 or 61.26% from 302); Max value from RGB is 185 - color contains mainly: blue. Hex color #2F46B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F46B9 is #D0B946. Grayscale: #4B4B4B. Windows color (decimal): -13678919 or 12142127. OLE color: 12142127.

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

Color convert

RGB4770185-
CMYK0.750.6200.27
HSL230º59.48%45.49%-
HSV(B)230º74.59%72.55%-
XYZ12.128.4946.9-
YUV76.23189.38107.15-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.56%
GREEN value IS 70 (27.73% from 255) = 23.18%
BLUE value IS 185 (72.66% from 255) = 61.26%
R=15.56%
G=23.18%
B=61.26%

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
Decimal47701850.750.6200.2723059.4845.49
Hex2F46B94B3E01Be63b2d
Octal57106271113760333467355
Binary101111100011010111001100101111111001101111100110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f46b9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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