Html Css Color HEX #371DBA Persian Blue

📋 copy color: '#371DBA'

red 55 ◦ green 29 ◦ blue 186

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

Shades of Persian Blue #371DBA

Tints of Persian Blue #371DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 68.89%

R = 20.37%
G = 10.74%
B = 68.89%

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

#371DBA (or 0x371DBA) is known color: Persian Blue. HEX triplet: 37, 1D and BA. RGB value is (55,29,186). Sum of RGB (Red+Green+Blue) = 55+29+186=270 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.37% from 270); Green value is 29 (11.72% from 255 or 10.74% from 270); Blue value is 186 (73.05% from 255 or 68.89% from 270); Max value from RGB is 186 - color contains mainly: blue. Hex color #371DBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371DBA is #C8E245. Grayscale: #363636. Windows color (decimal): -13165126 or 12197175. OLE color: 12197175.

HSL color Cylindrical-coordinate representation of color #371DBA: hue angle of 249.94º 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 #371DBA is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 55 29 186 -
CMYK 0.70 0.84 0 0.27
HSL 249.94º 0.73% 0.42% -
HSV(B) 249.94º 0.84% 0.73% -
XYZ 10.88 5.24 46.89 -
YUV 54.67 202.11 128.23 -
System Red Green Blue C M Y K H S L
Decimal 55 29 186 0.70 0.84 0 0.27 249.94 0.73 0.42
Hex 37 1D BA 46 54 0 1B FA 49 2A
Octal 67 35 272 106 124 0 33 372 111 52
Binary 110111 11101 10111010 1000110 1010100 0 11011 11111010 1001001 101010

Color Harmonies of #371DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371DBA

Black with #371DBA

Text Example


Text Example

White with #371DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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