Html Css Color HEX #371EBA Persian Blue

📋 copy color: '#371EBA'

red 55 ◦ green 30 ◦ blue 186

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

Shades of Persian Blue #371EBA

Tints of Persian Blue #371EBA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.07%

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

R = 20.3%
G = 11.07%
B = 68.63%

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

#371EBA (or 0x371EBA) is known color: Persian Blue. HEX triplet: 37, 1E and BA. RGB value is (55,30,186). Sum of RGB (Red+Green+Blue) = 55+30+186=271 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.30% from 271); Green value is 30 (12.11% from 255 or 11.07% from 271); Blue value is 186 (73.05% from 255 or 68.63% from 271); Max value from RGB is 186 - color contains mainly: blue. Hex color #371EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371EBA is #C8E145. Grayscale: #363636. Windows color (decimal): -13164870 or 12197431. OLE color: 12197431.

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

Color convert

RGB 55 30 186 -
CMYK 0.70 0.84 0 0.27
HSL 249.62º 0.72% 0.42% -
HSV(B) 249.62º 0.84% 0.73% -
XYZ 10.9 5.29 46.9 -
YUV 55.26 201.78 127.82 -
System Red Green Blue C M Y K H S L
Decimal 55 30 186 0.70 0.84 0 0.27 249.62 0.72 0.42
Hex 37 1E BA 46 54 0 1B FA 48 2A
Octal 67 36 272 106 124 0 33 372 110 52
Binary 110111 11110 10111010 1000110 1010100 0 11011 11111010 1001000 101010

Color Harmonies of #371EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371EBA

Black with #371EBA

Text Example


Text Example

White with #371EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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