#2b47e1

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

Shades of Cerulean Blue #2B47E1

Tints of Cerulean Blue #2B47E1

Color information

#2B47E1 (or 0x2B47E1) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 47 and E1. RGB value is (43,71,225). Sum of RGB (Red+Green+Blue) = 43+71+225=339 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.68% from 339); Green value is 71 (28.12% from 255 or 20.94% from 339); Blue value is 225 (88.28% from 255 or 66.37% from 339); Max value from RGB is 225 - color contains mainly: blue. Hex color #2B47E1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B47E1 is #D4B81E. Grayscale: #4F4F4F. Windows color (decimal): -13940767 or 14763819. OLE color: 14763819.

HSL color Cylindrical-coordinate representation of color #2B47E1: hue angle of 230.77º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B47E1 is Cyan = 0.81, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB4371225-
CMYK0.810.6800.12
HSL230.77º75.21%52.55%-
HSV(B)230.77º80.89%88.24%-
XYZ16.8410.4672.36-
YUV80.18209.72101.48-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.68%
GREEN value IS 71 (28.12% from 255) = 20.94%
BLUE value IS 225 (88.28% from 255) = 66.37%
R=12.68%
G=20.94%
B=66.37%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal43712250.810.6800.12230.7775.2152.55
Hex2B47E151440Ce74b35
Octal5310734112110401434711365
Binary1010111000111111000011010001100010001100111001111001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b47e1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,71,225); }

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

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

 a { background-color: rgb(43,71,225); }

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

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

 span { border-color: rgb(43,71,225); }

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