#2D36DA

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

Shades of Persian Blue #2D36DA

Tints of Persian Blue #2D36DA

Color information

#2D36DA (or 0x2D36DA) is unknown color: approx Persian Blue. HEX triplet: 2D, 36 and DA. RGB value is (45,54,218). Sum of RGB (Red+Green+Blue) = 45+54+218=317 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.20% from 317); Green value is 54 (21.48% from 255 or 17.03% from 317); Blue value is 218 (85.55% from 255 or 68.77% from 317); Max value from RGB is 218 - color contains mainly: blue. Hex color #2D36DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D36DA is #D2C925. Grayscale: #454545. Windows color (decimal): -13814054 or 14300717. OLE color: 14300717.

HSL color Cylindrical-coordinate representation of color #2D36DA: hue angle of 236.88º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D36DA is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB4554218-
CMYK0.790.7500.15
HSL236.88º70.04%51.57%-
HSV(B)236.88º79.36%85.49%-
XYZ15.068.2667.13-
YUV70211.52110.16-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.20%
GREEN value IS 54 (21.48% from 255) = 17.03%
BLUE value IS 218 (85.55% from 255) = 68.77%
R=14.20%
G=17.03%
B=68.77%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal45542180.790.7500.15236.8870.0451.57
Hex2D36DA4F4B0Fed4634
Octal556633211711301735510664
Binary101101110110110110101001111100101101111111011011000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D36DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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