Html Css Color HEX #371BBF Persian Blue

📋 copy color: '#371BBF'

red 55 ◦ green 27 ◦ blue 191

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

Shades of Persian Blue #371BBF

Tints of Persian Blue #371BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 69.96%

R = 20.15%
G = 9.89%
B = 69.96%

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

#371BBF (or 0x371BBF) is known color: Persian Blue. HEX triplet: 37, 1B and BF. RGB value is (55,27,191). Sum of RGB (Red+Green+Blue) = 55+27+191=273 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.15% from 273); Green value is 27 (10.94% from 255 or 9.89% from 273); Blue value is 191 (75% from 255 or 69.96% from 273); Max value from RGB is 191 - color contains mainly: blue. Hex color #371BBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371BBF is #C8E440. Grayscale: #353535. Windows color (decimal): -13165633 or 12524343. OLE color: 12524343.

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

Color convert

RGB 55 27 191 -
CMYK 0.71 0.86 0 0.25
HSL 250.24º 0.75% 0.43% -
HSV(B) 250.24º 0.86% 0.75% -
XYZ 11.37 5.36 49.73 -
YUV 54.07 205.28 128.66 -
System Red Green Blue C M Y K H S L
Decimal 55 27 191 0.71 0.86 0 0.25 250.24 0.75 0.43
Hex 37 1B BF 47 56 0 19 FA 4B 2B
Octal 67 33 277 107 126 0 31 372 113 53
Binary 110111 11011 10111111 1000111 1010110 0 11001 11111010 1001011 101011

Color Harmonies of #371BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371BBF

Black with #371BBF

Text Example


Text Example

White with #371BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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