Html Css Color HEX #371ABA Persian Blue

📋 copy color: '#371ABA'

red 55 ◦ green 26 ◦ blue 186

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

Shades of Persian Blue #371ABA

Tints of Persian Blue #371ABA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.74%

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

R = 20.6%
G = 9.74%
B = 69.66%

CMYK

 C value IS 0.70

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#371ABA (or 0x371ABA) is known color: Persian Blue. HEX triplet: 37, 1A and BA. RGB value is (55,26,186). Sum of RGB (Red+Green+Blue) = 55+26+186=267 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.60% from 267); Green value is 26 (10.55% from 255 or 9.74% from 267); Blue value is 186 (73.05% from 255 or 69.66% from 267); Max value from RGB is 186 - color contains mainly: blue. Hex color #371ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371ABA is #C8E545. Grayscale: #343434. Windows color (decimal): -13165894 or 12196407. OLE color: 12196407.

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

Color convert

RGB 55 26 186 -
CMYK 0.70 0.86 0 0.27
HSL 250.88º 0.75% 0.42% -
HSV(B) 250.88º 0.86% 0.73% -
XYZ 10.81 5.1 46.87 -
YUV 52.91 203.11 129.49 -
System Red Green Blue C M Y K H S L
Decimal 55 26 186 0.70 0.86 0 0.27 250.88 0.75 0.42
Hex 37 1A BA 46 56 0 1B FB 4B 2A
Octal 67 32 272 106 126 0 33 373 113 52
Binary 110111 11010 10111010 1000110 1010110 0 11011 11111011 1001011 101010

Color Harmonies of #371ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371ABA

Black with #371ABA

Text Example


Text Example

White with #371ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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