Html Css Color HEX #371EBC Persian Blue

📋 copy color: '#371EBC'

red 55 ◦ green 30 ◦ blue 188

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

Shades of Persian Blue #371EBC

Tints of Persian Blue #371EBC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.99%

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

R = 20.15%
G = 10.99%
B = 68.86%

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

#371EBC (or 0x371EBC) is known color: Persian Blue. HEX triplet: 37, 1E and BC. RGB value is (55,30,188). Sum of RGB (Red+Green+Blue) = 55+30+188=273 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.15% from 273); Green value is 30 (12.11% from 255 or 10.99% from 273); Blue value is 188 (73.83% from 255 or 68.86% from 273); Max value from RGB is 188 - color contains mainly: blue. Hex color #371EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371EBC is #C8E143. Grayscale: #363636. Windows color (decimal): -13164868 or 12328503. OLE color: 12328503.

HSL color Cylindrical-coordinate representation of color #371EBC: hue angle of 249.49º 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 #371EBC is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 55 30 188 -
CMYK 0.71 0.84 0 0.26
HSL 249.49º 0.72% 0.43% -
HSV(B) 249.49º 0.84% 0.74% -
XYZ 11.12 5.37 48.03 -
YUV 55.49 202.78 127.65 -
System Red Green Blue C M Y K H S L
Decimal 55 30 188 0.71 0.84 0 0.26 249.49 0.72 0.43
Hex 37 1E BC 47 54 0 1A F9 48 2B
Octal 67 36 274 107 124 0 32 371 110 53
Binary 110111 11110 10111100 1000111 1010100 0 11010 11111001 1001000 101011

Color Harmonies of #371EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371EBC

Black with #371EBC

Text Example


Text Example

White with #371EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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