#2D50AD

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

Shades of Cerulean Blue #2D50AD

Tints of Cerulean Blue #2D50AD

Color information

#2D50AD (or 0x2D50AD) is unknown color: approx Cerulean Blue. HEX triplet: 2D, 50 and AD. RGB value is (45,80,173). Sum of RGB (Red+Green+Blue) = 45+80+173=298 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.10% from 298); Green value is 80 (31.64% from 255 or 26.85% from 298); Blue value is 173 (67.97% from 255 or 58.05% from 298); Max value from RGB is 173 - color contains mainly: blue. Hex color #2D50AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D50AD is #D2AF52. Grayscale: #4F4F4F. Windows color (decimal): -13807443 or 11358253. OLE color: 11358253.

HSL color Cylindrical-coordinate representation of color #2D50AD: hue angle of 223.59º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D50AD is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4580173-
CMYK0.740.5400.32
HSL223.59º58.72%42.75%-
HSV(B)223.59º73.99%67.84%-
XYZ11.499.3140.73-
YUV80.14180.4102.94-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.10%
GREEN value IS 80 (31.64% from 255) = 26.85%
BLUE value IS 173 (67.97% from 255) = 58.05%
R=15.10%
G=26.85%
B=58.05%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal45801730.740.5400.32223.5958.7242.75
Hex2D50AD4A36020e03b2b
Octal55120255112660403407353
Binary1011011010000101011011001010110110010000011100000111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D50AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,80,173); }

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

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

 a { background-color: rgb(45,80,173); }

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

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

 span { border-color: rgb(45,80,173); }

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