#2b49d3

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

Shades of Cerulean Blue #2B49D3

Tints of Cerulean Blue #2B49D3

Color information

#2B49D3 (or 0x2B49D3) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 49 and D3. RGB value is (43,73,211). Sum of RGB (Red+Green+Blue) = 43+73+211=327 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.15% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 211 (82.81% from 255 or 64.53% from 327); Max value from RGB is 211 - color contains mainly: blue. Hex color #2B49D3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B49D3 is #D4B62C. Grayscale: #4F4F4F. Windows color (decimal): -13940269 or 13846827. OLE color: 13846827.

HSL color Cylindrical-coordinate representation of color #2B49D3: hue angle of 229.29º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B49D3 is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB4373211-
CMYK0.800.6500.17
HSL229.29º66.14%49.8%-
HSV(B)229.29º79.62%82.75%-
XYZ15.149.9862.76-
YUV79.76202.06101.78-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.15%
GREEN value IS 73 (28.91% from 255) = 22.32%
BLUE value IS 211 (82.81% from 255) = 64.53%
R=13.15%
G=22.32%
B=64.53%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal43732110.800.6500.17229.2966.1449.8
Hex2B49D35041011e54232
Octal5311132312010102134510262
Binary10101110010011101001110100001000001010001111001011000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b49d3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,73,211); }

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

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

 a { background-color: rgb(43,73,211); }

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

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

 span { border-color: rgb(43,73,211); }

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