#2D37B4

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

Shades of Persian Blue #2D37B4

Tints of Persian Blue #2D37B4

Color information

#2D37B4 (or 0x2D37B4) is unknown color: approx Persian Blue. HEX triplet: 2D, 37 and B4. RGB value is (45,55,180). Sum of RGB (Red+Green+Blue) = 45+55+180=280 (37% of max value = 765). Red value is 45 (17.97% from 255 or 16.07% from 280); Green value is 55 (21.88% from 255 or 19.64% from 280); Blue value is 180 (70.70% from 255 or 64.29% from 280); Max value from RGB is 180 - color contains mainly: blue. Hex color #2D37B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D37B4 is #D2C84B. Grayscale: #414141. Windows color (decimal): -13813836 or 11810605. OLE color: 11810605.

HSL color Cylindrical-coordinate representation of color #2D37B4: hue angle of 235.56º 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 #2D37B4 is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4555180-
CMYK0.750.6900.29
HSL235.56º60%44.12%-
HSV(B)235.56º75%70.59%-
XYZ10.696.5943.89-
YUV66.26192.19112.84-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.07%
GREEN value IS 55 (21.88% from 255) = 19.64%
BLUE value IS 180 (70.70% from 255) = 64.29%
R=16.07%
G=19.64%
B=64.29%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal45551800.750.6900.29235.566044.12
Hex2D37B44B4501Dec3c2c
Octal55672641131050353547454
Binary101101110111101101001001011100010101110111101100111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D37B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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