#2D39B4

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

Shades of Persian Blue #2D39B4

Tints of Persian Blue #2D39B4

Color information

#2D39B4 (or 0x2D39B4) is unknown color: approx Persian Blue. HEX triplet: 2D, 39 and B4. RGB value is (45,57,180). Sum of RGB (Red+Green+Blue) = 45+57+180=282 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.96% from 282); Green value is 57 (22.66% from 255 or 20.21% from 282); Blue value is 180 (70.70% from 255 or 63.83% from 282); Max value from RGB is 180 - color contains mainly: blue. Hex color #2D39B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D39B4 is #D2C64B. Grayscale: #424242. Windows color (decimal): -13813324 or 11811117. OLE color: 11811117.

HSL color Cylindrical-coordinate representation of color #2D39B4: hue angle of 234.67º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2D39B4 is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4557180-
CMYK0.750.6800.29
HSL234.67º60%44.12%-
HSV(B)234.67º75%70.59%-
XYZ10.786.7843.92-
YUV67.43191.52112-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.96%
GREEN value IS 57 (22.66% from 255) = 20.21%
BLUE value IS 180 (70.70% from 255) = 63.83%
R=15.96%
G=20.21%
B=63.83%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal45571800.750.6800.29234.676044.12
Hex2D39B44B4401Deb3c2c
Octal55712641131040353537454
Binary101101111001101101001001011100010001110111101011111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D39B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,57,180); }

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

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

 a { background-color: rgb(45,57,180); }

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

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

 span { border-color: rgb(45,57,180); }

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