Html Css Color HEX #371CCE Persian Blue

📋 copy color: '#371CCE'

red 55 ◦ green 28 ◦ blue 206

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

Shades of Persian Blue #371CCE

Tints of Persian Blue #371CCE

RGB

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

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

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

R = 19.03%
G = 9.69%
B = 71.28%

CMYK

 C value IS 0.73

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#371CCE (or 0x371CCE) is known color: Persian Blue. HEX triplet: 37, 1C and CE. RGB value is (55,28,206). Sum of RGB (Red+Green+Blue) = 55+28+206=289 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.03% from 289); Green value is 28 (11.33% from 255 or 9.69% from 289); Blue value is 206 (80.86% from 255 or 71.28% from 289); Max value from RGB is 206 - color contains mainly: blue. Hex color #371CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371CCE is #C8E331. Grayscale: #373737. Windows color (decimal): -13165362 or 13507639. OLE color: 13507639.

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

Color convert

RGB 55 28 206 -
CMYK 0.73 0.86 0 0.19
HSL 249.1º 0.76% 0.46% -
HSV(B) 249.1º 0.86% 0.81% -
XYZ 13.13 6.1 58.88 -
YUV 56.37 212.45 127.03 -
System Red Green Blue C M Y K H S L
Decimal 55 28 206 0.73 0.86 0 0.19 249.1 0.76 0.46
Hex 37 1C CE 49 56 0 13 F9 4C 2E
Octal 67 34 316 111 126 0 23 371 114 56
Binary 110111 11100 11001110 1001001 1010110 0 10011 11111001 1001100 101110

Color Harmonies of #371CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371CCE

Black with #371CCE

Text Example


Text Example

White with #371CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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