#371DB5

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

Shades of Persian Blue #371DB5

Tints of Persian Blue #371DB5

Color information

#371DB5 (or 0x371DB5) is unknown color: approx Persian Blue. HEX triplet: 37, 1D and B5. RGB value is (55,29,181). Sum of RGB (Red+Green+Blue) = 55+29+181=265 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.75% from 265); Green value is 29 (11.72% from 255 or 10.94% from 265); Blue value is 181 (71.09% from 255 or 68.30% from 265); Max value from RGB is 181 - color contains mainly: blue. Hex color #371DB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371DB5 is #C8E24A. Grayscale: #353535. Windows color (decimal): -13165131 or 11869495. OLE color: 11869495.

HSL color Cylindrical-coordinate representation of color #371DB5: hue angle of 250.26º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #371DB5 is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5529181-
CMYK0.700.8400.29
HSL250.26º72.38%41.18%-
HSV(B)250.26º83.98%70.98%-
XYZ10.365.0344.14-
YUV54.1199.61128.64-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.75%
GREEN value IS 29 (11.72% from 255) = 10.94%
BLUE value IS 181 (71.09% from 255) = 68.30%
R=20.75%
G=10.94%
B=68.30%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal55291810.700.8400.29250.2672.3841.18
Hex371DB5465401Dfa4829
Octal673526510612403537211051
Binary110111111011011010110001101010100011101111110101001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371DB5; }

 p { color: rgb(55,29,181); }

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

<style>
 a { background-color: #371DB5; }

 a { background-color: rgb(55,29,181); }

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

<style>
 span { border-color: #371DB5; }

 span { border-color: rgb(55,29,181); }

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