Html Css Color HEX #371CC8 Persian Blue

📋 copy color: '#371CC8'

red 55 ◦ green 28 ◦ blue 200

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

Shades of Persian Blue #371CC8

Tints of Persian Blue #371CC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 70.67%

R = 19.43%
G = 9.89%
B = 70.67%

CMYK

 C value IS 0.72

 M value IS 0.86

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#371CC8 (or 0x371CC8) is known color: Persian Blue. HEX triplet: 37, 1C and C8. RGB value is (55,28,200). Sum of RGB (Red+Green+Blue) = 55+28+200=283 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.43% from 283); Green value is 28 (11.33% from 255 or 9.89% from 283); Blue value is 200 (78.52% from 255 or 70.67% from 283); Max value from RGB is 200 - color contains mainly: blue. Hex color #371CC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371CC8 is #C8E337. Grayscale: #373737. Windows color (decimal): -13165368 or 13114423. OLE color: 13114423.

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

Color convert

RGB 55 28 200 -
CMYK 0.72 0.86 0 0.22
HSL 249.42º 0.75% 0.45% -
HSV(B) 249.42º 0.86% 0.78% -
XYZ 12.42 5.81 55.11 -
YUV 55.68 209.45 127.51 -
System Red Green Blue C M Y K H S L
Decimal 55 28 200 0.72 0.86 0 0.22 249.42 0.75 0.45
Hex 37 1C C8 48 56 0 16 F9 4B 2D
Octal 67 34 310 110 126 0 26 371 113 55
Binary 110111 11100 11001000 1001000 1010110 0 10110 11111001 1001011 101101

Color Harmonies of #371CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371CC8

Black with #371CC8

Text Example


Text Example

White with #371CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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