Html Css Color HEX #371EC6 Persian Blue

📋 copy color: '#371EC6'

red 55 ◦ green 30 ◦ blue 198

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

Shades of Persian Blue #371EC6

Tints of Persian Blue #371EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 69.96%

R = 19.43%
G = 10.6%
B = 69.96%

CMYK

 C value IS 0.72

 M value IS 0.85

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#371EC6 (or 0x371EC6) is known color: Persian Blue. HEX triplet: 37, 1E and C6. RGB value is (55,30,198). Sum of RGB (Red+Green+Blue) = 55+30+198=283 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.43% from 283); Green value is 30 (12.11% from 255 or 10.60% from 283); Blue value is 198 (77.73% from 255 or 69.96% from 283); Max value from RGB is 198 - color contains mainly: blue. Hex color #371EC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371EC6 is #C8E139. Grayscale: #373737. Windows color (decimal): -13164858 or 12983863. OLE color: 12983863.

HSL color Cylindrical-coordinate representation of color #371EC6: hue angle of 248.93º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #371EC6 is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 55 30 198 -
CMYK 0.72 0.85 0 0.22
HSL 248.93º 0.74% 0.45% -
HSV(B) 248.93º 0.85% 0.78% -
XYZ 12.23 5.82 53.9 -
YUV 56.63 207.78 126.84 -
System Red Green Blue C M Y K H S L
Decimal 55 30 198 0.72 0.85 0 0.22 248.93 0.74 0.45
Hex 37 1E C6 48 55 0 16 F9 4A 2D
Octal 67 36 306 110 125 0 26 371 112 55
Binary 110111 11110 11000110 1001000 1010101 0 10110 11111001 1001010 101101

Color Harmonies of #371EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371EC6

Black with #371EC6

Text Example


Text Example

White with #371EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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