Html Css Color HEX #371DB9 Persian Blue

📋 copy color: '#371DB9'

red 55 ◦ green 29 ◦ blue 185

#371DB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #371DB9

Tints of Persian Blue #371DB9

RGB

 RED value IS 55 (21.88% from 255) = 20.45%

 GREEN value IS 29 (11.72% from 255) = 10.78%

 BLUE value IS 185 (72.66% from 255) = 68.77%

R = 20.45%
G = 10.78%
B = 68.77%

CMYK

 C value IS 0.70

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#371DB9 (or 0x371DB9) is known color: Persian Blue. HEX triplet: 37, 1D and B9. RGB value is (55,29,185). Sum of RGB (Red+Green+Blue) = 55+29+185=269 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.45% from 269); Green value is 29 (11.72% from 255 or 10.78% from 269); Blue value is 185 (72.66% from 255 or 68.77% from 269); Max value from RGB is 185 - color contains mainly: blue. Hex color #371DB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371DB9 is #C8E246. Grayscale: #353535. Windows color (decimal): -13165127 or 12131639. OLE color: 12131639.

HSL color Cylindrical-coordinate representation of color #371DB9: hue angle of 250º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #371DB9 is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 55 29 185 -
CMYK 0.70 0.84 0 0.27
HSL 250º 0.73% 0.42% -
HSV(B) 250º 0.84% 0.73% -
XYZ 10.77 5.19 46.33 -
YUV 54.56 201.61 128.32 -
System Red Green Blue C M Y K H S L
Decimal 55 29 185 0.70 0.84 0 0.27 250 0.73 0.42
Hex 37 1D B9 46 54 0 1B FA 49 2A
Octal 67 35 271 106 124 0 33 372 111 52
Binary 110111 11101 10111001 1000110 1010100 0 11011 11111010 1001001 101010

Color Harmonies of #371DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371DB9

Black with #371DB9

Text Example


Text Example

White with #371DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #371DB9;
 }
 .AnyTagClassName
 {
   color: #371DB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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