#2B49DD

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

Shades of Cerulean Blue #2B49DD

Tints of Cerulean Blue #2B49DD

Color information

#2B49DD (or 0x2B49DD) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 49 and DD. RGB value is (43,73,221). Sum of RGB (Red+Green+Blue) = 43+73+221=337 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.76% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 221 (86.72% from 255 or 65.58% from 337); Max value from RGB is 221 - color contains mainly: blue. Hex color #2B49DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B49DD is #D4B622. Grayscale: #505050. Windows color (decimal): -13940259 or 14502187. OLE color: 14502187.

HSL color Cylindrical-coordinate representation of color #2B49DD: hue angle of 229.89º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B49DD is Cyan = 0.81, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB4373221-
CMYK0.810.6700.13
HSL229.89º72.36%51.76%-
HSV(B)229.89º80.54%86.67%-
XYZ16.4310.569.57-
YUV80.9207.06100.97-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.76%
GREEN value IS 73 (28.91% from 255) = 21.66%
BLUE value IS 221 (86.72% from 255) = 65.58%
R=12.76%
G=21.66%
B=65.58%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal43732210.810.6700.13229.8972.3651.76
Hex2B49DD51430De64834
Octal5311133512110301534611064
Binary1010111001001110111011010001100001101101111001101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B49DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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