Html Css Color HEX #371BC3 Persian Blue

📋 copy color: '#371BC3'

red 55 ◦ green 27 ◦ blue 195

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

Shades of Persian Blue #371BC3

Tints of Persian Blue #371BC3

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.75%

 BLUE value IS 195 (76.56% from 255) = 70.4%

R = 19.86%
G = 9.75%
B = 70.4%

CMYK

 C value IS 0.72

 M value IS 0.86

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#371BC3 (or 0x371BC3) is known color: Persian Blue. HEX triplet: 37, 1B and C3. RGB value is (55,27,195). Sum of RGB (Red+Green+Blue) = 55+27+195=277 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.86% from 277); Green value is 27 (10.94% from 255 or 9.75% from 277); Blue value is 195 (76.56% from 255 or 70.40% from 277); Max value from RGB is 195 - color contains mainly: blue. Hex color #371BC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371BC3 is #C8E43C. Grayscale: #353535. Windows color (decimal): -13165629 or 12786487. OLE color: 12786487.

HSL color Cylindrical-coordinate representation of color #371BC3: hue angle of 250º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #371BC3 is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 55 27 195 -
CMYK 0.72 0.86 0 0.24
HSL 250º 0.76% 0.44% -
HSV(B) 250º 0.86% 0.76% -
XYZ 11.82 5.54 52.08 -
YUV 54.52 207.28 128.34 -
System Red Green Blue C M Y K H S L
Decimal 55 27 195 0.72 0.86 0 0.24 250 0.76 0.44
Hex 37 1B C3 48 56 0 18 FA 4C 2C
Octal 67 33 303 110 126 0 30 372 114 54
Binary 110111 11011 11000011 1001000 1010110 0 11000 11111010 1001100 101100

Color Harmonies of #371BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371BC3

Black with #371BC3

Text Example


Text Example

White with #371BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,27,195); }

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

background-color css

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

 a { background-color: rgb(55,27,195); }

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

border-color css

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

 span { border-color: rgb(55,27,195); }

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