#2B4DD3

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

Shades of Cerulean Blue #2B4DD3

Tints of Cerulean Blue #2B4DD3

Color information

#2B4DD3 (or 0x2B4DD3) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 4D and D3. RGB value is (43,77,211). Sum of RGB (Red+Green+Blue) = 43+77+211=331 (43% of max value = 765). Red value is 43 (17.19% from 255 or 12.99% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 211 (82.81% from 255 or 63.75% from 331); Max value from RGB is 211 - color contains mainly: blue. Hex color #2B4DD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B4DD3 is #D4B22C. Grayscale: #515151. Windows color (decimal): -13939245 or 13847851. OLE color: 13847851.

HSL color Cylindrical-coordinate representation of color #2B4DD3: hue angle of 227.86º 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 #2B4DD3 is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB4377211-
CMYK0.800.6400.17
HSL227.86º66.14%49.8%-
HSV(B)227.86º79.62%82.75%-
XYZ15.4110.5262.85-
YUV82.11200.74100.1-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.99%
GREEN value IS 77 (30.47% from 255) = 23.26%
BLUE value IS 211 (82.81% from 255) = 63.75%
R=12.99%
G=23.26%
B=63.75%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal43772110.800.6400.17227.8666.1449.8
Hex2B4DD35040011e44232
Octal5311532312010002134410262
Binary10101110011011101001110100001000000010001111001001000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4DD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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