Html Css Color HEX #371BBE Persian Blue

📋 copy color: '#371BBE'

red 55 ◦ green 27 ◦ blue 190

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

Shades of Persian Blue #371BBE

Tints of Persian Blue #371BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 69.85%

R = 20.22%
G = 9.93%
B = 69.85%

CMYK

 C value IS 0.71

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#371BBE (or 0x371BBE) is known color: Persian Blue. HEX triplet: 37, 1B and BE. RGB value is (55,27,190). Sum of RGB (Red+Green+Blue) = 55+27+190=272 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.22% from 272); Green value is 27 (10.94% from 255 or 9.93% from 272); Blue value is 190 (74.61% from 255 or 69.85% from 272); Max value from RGB is 190 - color contains mainly: blue. Hex color #371BBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371BBE is #C8E441. Grayscale: #353535. Windows color (decimal): -13165634 or 12458807. OLE color: 12458807.

HSL color Cylindrical-coordinate representation of color #371BBE: hue angle of 250.31º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #371BBE is Cyan = 0.71, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 55 27 190 -
CMYK 0.71 0.86 0 0.25
HSL 250.31º 0.75% 0.43% -
HSV(B) 250.31º 0.86% 0.75% -
XYZ 11.26 5.31 49.15 -
YUV 53.95 204.78 128.75 -
System Red Green Blue C M Y K H S L
Decimal 55 27 190 0.71 0.86 0 0.25 250.31 0.75 0.43
Hex 37 1B BE 47 56 0 19 FA 4B 2B
Octal 67 33 276 107 126 0 31 372 113 53
Binary 110111 11011 10111110 1000111 1010110 0 11001 11111010 1001011 101011

Color Harmonies of #371BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371BBE

Black with #371BBE

Text Example


Text Example

White with #371BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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