#2D36DC

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

Shades of Persian Blue #2D36DC

Tints of Persian Blue #2D36DC

Color information

#2D36DC (or 0x2D36DC) is unknown color: approx Persian Blue. HEX triplet: 2D, 36 and DC. RGB value is (45,54,220). Sum of RGB (Red+Green+Blue) = 45+54+220=319 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.11% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 220 (86.33% from 255 or 68.97% from 319); Max value from RGB is 220 - color contains mainly: blue. Hex color #2D36DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D36DC is #D2C923. Grayscale: #454545. Windows color (decimal): -13814052 or 14431789. OLE color: 14431789.

HSL color Cylindrical-coordinate representation of color #2D36DC: hue angle of 236.91º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D36DC is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB4554220-
CMYK0.800.7500.14
HSL236.91º71.43%51.96%-
HSV(B)236.91º79.55%86.27%-
XYZ15.328.3668.52-
YUV70.23212.52110-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.11%
GREEN value IS 54 (21.48% from 255) = 16.93%
BLUE value IS 220 (86.33% from 255) = 68.97%
R=14.11%
G=16.93%
B=68.97%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal45542200.800.7500.14236.9171.4351.96
Hex2D36DC504B0Eed4734
Octal556633412011301635510764
Binary101101110110110111001010000100101101110111011011000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D36DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,54,220); }

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

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

 a { background-color: rgb(45,54,220); }

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

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

 span { border-color: rgb(45,54,220); }

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