Html Css Color HEX #371FBC Persian Blue

📋 copy color: '#371FBC'

red 55 ◦ green 31 ◦ blue 188

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

Shades of Persian Blue #371FBC

Tints of Persian Blue #371FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 68.61%

R = 20.07%
G = 11.31%
B = 68.61%

CMYK

 C value IS 0.71

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#371FBC (or 0x371FBC) is known color: Persian Blue. HEX triplet: 37, 1F and BC. RGB value is (55,31,188). Sum of RGB (Red+Green+Blue) = 55+31+188=274 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.07% from 274); Green value is 31 (12.5% from 255 or 11.31% from 274); Blue value is 188 (73.83% from 255 or 68.61% from 274); Max value from RGB is 188 - color contains mainly: blue. Hex color #371FBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371FBC is #C8E043. Grayscale: #373737. Windows color (decimal): -13164612 or 12328759. OLE color: 12328759.

HSL color Cylindrical-coordinate representation of color #371FBC: hue angle of 249.17º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #371FBC is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 55 31 188 -
CMYK 0.71 0.84 0 0.26
HSL 249.17º 0.72% 0.43% -
HSV(B) 249.17º 0.84% 0.74% -
XYZ 11.14 5.42 48.04 -
YUV 56.07 202.45 127.23 -
System Red Green Blue C M Y K H S L
Decimal 55 31 188 0.71 0.84 0 0.26 249.17 0.72 0.43
Hex 37 1F BC 47 54 0 1A F9 48 2B
Octal 67 37 274 107 124 0 32 371 110 53
Binary 110111 11111 10111100 1000111 1010100 0 11010 11111001 1001000 101011

Color Harmonies of #371FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371FBC

Black with #371FBC

Text Example


Text Example

White with #371FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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