Html Css Color HEX #371CBA Persian Blue

📋 copy color: '#371CBA'

red 55 ◦ green 28 ◦ blue 186

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

Shades of Persian Blue #371CBA

Tints of Persian Blue #371CBA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.41%

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

R = 20.45%
G = 10.41%
B = 69.14%

CMYK

 C value IS 0.70

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#371CBA (or 0x371CBA) is known color: Persian Blue. HEX triplet: 37, 1C and BA. RGB value is (55,28,186). Sum of RGB (Red+Green+Blue) = 55+28+186=269 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.45% from 269); Green value is 28 (11.33% from 255 or 10.41% from 269); Blue value is 186 (73.05% from 255 or 69.14% from 269); Max value from RGB is 186 - color contains mainly: blue. Hex color #371CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371CBA is #C8E345. Grayscale: #353535. Windows color (decimal): -13165382 or 12196919. OLE color: 12196919.

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

Color convert

RGB 55 28 186 -
CMYK 0.70 0.85 0 0.27
HSL 250.25º 0.74% 0.42% -
HSV(B) 250.25º 0.85% 0.73% -
XYZ 10.85 5.19 46.88 -
YUV 54.09 202.45 128.65 -
System Red Green Blue C M Y K H S L
Decimal 55 28 186 0.70 0.85 0 0.27 250.25 0.74 0.42
Hex 37 1C BA 46 55 0 1B FA 4A 2A
Octal 67 34 272 106 125 0 33 372 112 52
Binary 110111 11100 10111010 1000110 1010101 0 11011 11111010 1001010 101010

Color Harmonies of #371CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371CBA

Black with #371CBA

Text Example


Text Example

White with #371CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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