Html Css Color HEX #371FCB Persian Blue

📋 copy color: '#371FCB'

red 55 ◦ green 31 ◦ blue 203

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

Shades of Persian Blue #371FCB

Tints of Persian Blue #371FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 70.24%

R = 19.03%
G = 10.73%
B = 70.24%

CMYK

 C value IS 0.73

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#371FCB (or 0x371FCB) is known color: Persian Blue. HEX triplet: 37, 1F and CB. RGB value is (55,31,203). Sum of RGB (Red+Green+Blue) = 55+31+203=289 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.03% from 289); Green value is 31 (12.5% from 255 or 10.73% from 289); Blue value is 203 (79.69% from 255 or 70.24% from 289); Max value from RGB is 203 - color contains mainly: blue. Hex color #371FCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371FCB is #C8E034. Grayscale: #393939. Windows color (decimal): -13164597 or 13311799. OLE color: 13311799.

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

Color convert

RGB 55 31 203 -
CMYK 0.73 0.85 0 0.20
HSL 248.37º 0.74% 0.46% -
HSV(B) 248.37º 0.85% 0.8% -
XYZ 12.85 6.1 57 -
YUV 57.78 209.95 126.01 -
System Red Green Blue C M Y K H S L
Decimal 55 31 203 0.73 0.85 0 0.20 248.37 0.74 0.46
Hex 37 1F CB 49 55 0 14 F8 4A 2E
Octal 67 37 313 111 125 0 24 370 112 56
Binary 110111 11111 11001011 1001001 1010101 0 10100 11111000 1001010 101110

Color Harmonies of #371FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371FCB

Black with #371FCB

Text Example


Text Example

White with #371FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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