Html Css Color HEX #371FCE Persian Blue

📋 copy color: '#371FCE'

red 55 ◦ green 31 ◦ blue 206

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

Shades of Persian Blue #371FCE

Tints of Persian Blue #371FCE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.62%

 BLUE value IS 206 (80.86% from 255) = 70.55%

R = 18.84%
G = 10.62%
B = 70.55%

CMYK

 C value IS 0.73

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#371FCE (or 0x371FCE) is known color: Persian Blue. HEX triplet: 37, 1F and CE. RGB value is (55,31,206). Sum of RGB (Red+Green+Blue) = 55+31+206=292 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.84% from 292); Green value is 31 (12.5% from 255 or 10.62% from 292); Blue value is 206 (80.86% from 255 or 70.55% from 292); Max value from RGB is 206 - color contains mainly: blue. Hex color #371FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371FCE is #C8E031. Grayscale: #393939. Windows color (decimal): -13164594 or 13508407. OLE color: 13508407.

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

Color convert

RGB 55 31 206 -
CMYK 0.73 0.85 0 0.19
HSL 248.23º 0.74% 0.46% -
HSV(B) 248.23º 0.85% 0.81% -
XYZ 13.21 6.25 58.9 -
YUV 58.13 211.45 125.77 -
System Red Green Blue C M Y K H S L
Decimal 55 31 206 0.73 0.85 0 0.19 248.23 0.74 0.46
Hex 37 1F CE 49 55 0 13 F8 4A 2E
Octal 67 37 316 111 125 0 23 370 112 56
Binary 110111 11111 11001110 1001001 1010101 0 10011 11111000 1001010 101110

Color Harmonies of #371FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371FCE

Black with #371FCE

Text Example


Text Example

White with #371FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,31,206); }

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

background-color css

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

 a { background-color: rgb(55,31,206); }

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

border-color css

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

 span { border-color: rgb(55,31,206); }

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