#2d32d2

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

Shades of Persian Blue #2D32D2

Tints of Persian Blue #2D32D2

Color information

#2D32D2 (or 0x2D32D2) is unknown color: approx Persian Blue. HEX triplet: 2D, 32 and D2. RGB value is (45,50,210). Sum of RGB (Red+Green+Blue) = 45+50+210=305 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.75% from 305); Green value is 50 (19.92% from 255 or 16.39% from 305); Blue value is 210 (82.42% from 255 or 68.85% from 305); Max value from RGB is 210 - color contains mainly: blue. Hex color #2D32D2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D32D2 is #D2CD2D. Grayscale: #424242. Windows color (decimal): -13815086 or 13775405. OLE color: 13775405.

HSL color Cylindrical-coordinate representation of color #2D32D2: hue angle of 238.18º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D32D2 is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB4550210-
CMYK0.790.7600.18
HSL238.18º64.71%50%-
HSV(B)238.18º78.57%82.35%-
XYZ13.867.4961.69-
YUV66.74208.84112.49-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.75%
GREEN value IS 50 (19.92% from 255) = 16.39%
BLUE value IS 210 (82.42% from 255) = 68.85%
R=14.75%
G=16.39%
B=68.85%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal45502100.790.7600.18238.1864.7150
Hex2D32D24F4C012ee4132
Octal556232211711402235610162
Binary1011011100101101001010011111001100010010111011101000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d32d2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,50,210); }

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

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

 a { background-color: rgb(45,50,210); }

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

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

 span { border-color: rgb(45,50,210); }

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