Html Css Color HEX #371CCC Persian Blue

📋 copy color: '#371CCC'

red 55 ◦ green 28 ◦ blue 204

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

Shades of Persian Blue #371CCC

Tints of Persian Blue #371CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 71.08%

R = 19.16%
G = 9.76%
B = 71.08%

CMYK

 C value IS 0.73

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#371CCC (or 0x371CCC) is known color: Persian Blue. HEX triplet: 37, 1C and CC. RGB value is (55,28,204). Sum of RGB (Red+Green+Blue) = 55+28+204=287 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.16% from 287); Green value is 28 (11.33% from 255 or 9.76% from 287); Blue value is 204 (80.08% from 255 or 71.08% from 287); Max value from RGB is 204 - color contains mainly: blue. Hex color #371CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371CCC is #C8E333. Grayscale: #373737. Windows color (decimal): -13165364 or 13376567. OLE color: 13376567.

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

Color convert

RGB 55 28 204 -
CMYK 0.73 0.86 0 0.2
HSL 249.2º 0.76% 0.45% -
HSV(B) 249.2º 0.86% 0.8% -
XYZ 12.89 6 57.61 -
YUV 56.14 211.45 127.19 -
System Red Green Blue C M Y K H S L
Decimal 55 28 204 0.73 0.86 0 0.2 249.2 0.76 0.45
Hex 37 1C CC 49 56 0 14 F9 4C 2D
Octal 67 34 314 111 126 0 24 371 114 55
Binary 110111 11100 11001100 1001001 1010110 0 10100 11111001 1001100 101101

Color Harmonies of #371CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371CCC

Black with #371CCC

Text Example


Text Example

White with #371CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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