Html Css Color HEX #371BB3 Persian Blue

📋 copy color: '#371BB3'

red 55 ◦ green 27 ◦ blue 179

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

Shades of Persian Blue #371BB3

Tints of Persian Blue #371BB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 68.58%

R = 21.07%
G = 10.34%
B = 68.58%

CMYK

 C value IS 0.69

 M value IS 0.85

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#371BB3 (or 0x371BB3) is known color: Persian Blue. HEX triplet: 37, 1B and B3. RGB value is (55,27,179). Sum of RGB (Red+Green+Blue) = 55+27+179=261 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.07% from 261); Green value is 27 (10.94% from 255 or 10.34% from 261); Blue value is 179 (70.31% from 255 or 68.58% from 261); Max value from RGB is 179 - color contains mainly: blue. Hex color #371BB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371BB3 is #C8E44C. Grayscale: #343434. Windows color (decimal): -13165645 or 11737911. OLE color: 11737911.

HSL color Cylindrical-coordinate representation of color #371BB3: hue angle of 251.05º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #371BB3 is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 55 27 179 -
CMYK 0.69 0.85 0 0.30
HSL 251.05º 0.74% 0.4% -
HSV(B) 251.05º 0.85% 0.7% -
XYZ 10.1 4.85 43.05 -
YUV 52.7 199.28 129.64 -
System Red Green Blue C M Y K H S L
Decimal 55 27 179 0.69 0.85 0 0.30 251.05 0.74 0.4
Hex 37 1B B3 45 55 0 1E FB 4A 28
Octal 67 33 263 105 125 0 36 373 112 50
Binary 110111 11011 10110011 1000101 1010101 0 11110 11111011 1001010 101000

Color Harmonies of #371BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371BB3

Black with #371BB3

Text Example


Text Example

White with #371BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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