#2F46BE

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

Shades of Cerulean Blue #2F46BE

Tints of Cerulean Blue #2F46BE

Color information

#2F46BE (or 0x2F46BE) is unknown color: approx Cerulean Blue. HEX triplet: 2F, 46 and BE. RGB value is (47,70,190). Sum of RGB (Red+Green+Blue) = 47+70+190=307 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.31% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 190 (74.61% from 255 or 61.89% from 307); Max value from RGB is 190 - color contains mainly: blue. Hex color #2F46BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F46BE is #D0B941. Grayscale: #4C4C4C. Windows color (decimal): -13678914 or 12469807. OLE color: 12469807.

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

Color convert

RGB4770190-
CMYK0.750.6300.25
HSL230.35º60.34%46.47%-
HSV(B)230.35º75.26%74.51%-
XYZ12.668.749.73-
YUV76.8191.88106.74-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.31%
GREEN value IS 70 (27.73% from 255) = 22.80%
BLUE value IS 190 (74.61% from 255) = 61.89%
R=15.31%
G=22.80%
B=61.89%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal47701900.750.6300.25230.3560.3446.47
Hex2F46BE4B3F019e63c2e
Octal57106276113770313467456
Binary101111100011010111110100101111111101100111100110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F46BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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