Html Css Color HEX #371BB8 Persian Blue

📋 copy color: '#371BB8'

red 55 ◦ green 27 ◦ blue 184

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

Shades of Persian Blue #371BB8

Tints of Persian Blue #371BB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 69.17%

R = 20.68%
G = 10.15%
B = 69.17%

CMYK

 C value IS 0.70

 M value IS 0.85

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#371BB8 (or 0x371BB8) is known color: Persian Blue. HEX triplet: 37, 1B and B8. RGB value is (55,27,184). Sum of RGB (Red+Green+Blue) = 55+27+184=266 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.68% from 266); Green value is 27 (10.94% from 255 or 10.15% from 266); Blue value is 184 (72.27% from 255 or 69.17% from 266); Max value from RGB is 184 - color contains mainly: blue. Hex color #371BB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371BB8 is #C8E447. Grayscale: #343434. Windows color (decimal): -13165640 or 12065591. OLE color: 12065591.

HSL color Cylindrical-coordinate representation of color #371BB8: hue angle of 250.7º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #371BB8 is Cyan = 0.70, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 55 27 184 -
CMYK 0.70 0.85 0 0.28
HSL 250.7º 0.74% 0.41% -
HSV(B) 250.7º 0.85% 0.72% -
XYZ 10.62 5.06 45.76 -
YUV 53.27 201.78 129.23 -
System Red Green Blue C M Y K H S L
Decimal 55 27 184 0.70 0.85 0 0.28 250.7 0.74 0.41
Hex 37 1B B8 46 55 0 1C FB 4A 29
Octal 67 33 270 106 125 0 34 373 112 51
Binary 110111 11011 10111000 1000110 1010101 0 11100 11111011 1001010 101001

Color Harmonies of #371BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371BB8

Black with #371BB8

Text Example


Text Example

White with #371BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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