#2D50AC

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

Shades of Cerulean Blue #2D50AC

Tints of Cerulean Blue #2D50AC

Color information

#2D50AC (or 0x2D50AC) is unknown color: approx Cerulean Blue. HEX triplet: 2D, 50 and AC. RGB value is (45,80,172). Sum of RGB (Red+Green+Blue) = 45+80+172=297 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.15% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 172 (67.58% from 255 or 57.91% from 297); Max value from RGB is 172 - color contains mainly: blue. Hex color #2D50AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D50AC is #D2AF53. Grayscale: #4F4F4F. Windows color (decimal): -13807444 or 11292717. OLE color: 11292717.

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

Color convert

RGB4580172-
CMYK0.740.5300.33
HSL223.46º58.53%42.55%-
HSV(B)223.46º73.84%67.45%-
XYZ11.49.2740.22-
YUV80.02179.9103.02-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.15%
GREEN value IS 80 (31.64% from 255) = 26.94%
BLUE value IS 172 (67.58% from 255) = 57.91%
R=15.15%
G=26.94%
B=57.91%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal45801720.740.5300.33223.4658.5342.55
Hex2D50AC4A35021df3b2b
Octal55120254112650413377353
Binary1011011010000101011001001010110101010000111011111111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D50AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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