#2D49BA

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

Shades of Cerulean Blue #2D49BA

Tints of Cerulean Blue #2D49BA

Color information

#2D49BA (or 0x2D49BA) is unknown color: approx Cerulean Blue. HEX triplet: 2D, 49 and BA. RGB value is (45,73,186). Sum of RGB (Red+Green+Blue) = 45+73+186=304 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.80% from 304); Green value is 73 (28.91% from 255 or 24.01% from 304); Blue value is 186 (73.05% from 255 or 61.18% from 304); Max value from RGB is 186 - color contains mainly: blue. Hex color #2D49BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D49BA is #D2B645. Grayscale: #4D4D4D. Windows color (decimal): -13809222 or 12208429. OLE color: 12208429.

HSL color Cylindrical-coordinate representation of color #2D49BA: hue angle of 228.09º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D49BA is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4573186-
CMYK0.760.6100.27
HSL228.09º61.04%45.29%-
HSV(B)228.09º75.81%72.94%-
XYZ12.338.8747.52-
YUV77.51189.22104.81-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.80%
GREEN value IS 73 (28.91% from 255) = 24.01%
BLUE value IS 186 (73.05% from 255) = 61.18%
R=14.80%
G=24.01%
B=61.18%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal45731860.760.6100.27228.0961.0445.29
Hex2D49BA4C3D01Be43d2d
Octal55111272114750333447555
Binary101101100100110111010100110011110101101111100100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D49BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,73,186); }

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

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

 a { background-color: rgb(45,73,186); }

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

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

 span { border-color: rgb(45,73,186); }

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