#371CB3

Color #371CB3 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #371CB3

Tints of Persian Blue #371CB3

Color information

#371CB3 (or 0x371CB3) is unknown color: approx Persian Blue. HEX triplet: 37, 1C and B3. RGB value is (55,28,179). Sum of RGB (Red+Green+Blue) = 55+28+179=262 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.99% from 262); Green value is 28 (11.33% from 255 or 10.69% from 262); Blue value is 179 (70.31% from 255 or 68.32% from 262); Max value from RGB is 179 - color contains mainly: blue. Hex color #371CB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371CB3 is #C8E34C. Grayscale: #343434. Windows color (decimal): -13165389 or 11738167. OLE color: 11738167.

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

Color convert

RGB5528179-
CMYK0.690.8400.30
HSL250.73º72.95%40.59%-
HSV(B)250.73º84.36%70.2%-
XYZ10.134.943.06-
YUV53.29198.95129.22-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.99%
GREEN value IS 28 (11.33% from 255) = 10.69%
BLUE value IS 179 (70.31% from 255) = 68.32%
R=20.99%
G=10.69%
B=68.32%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal55281790.690.8400.30250.7372.9540.59
Hex371CB3455401Efb4929
Octal673426310512403637311151
Binary110111111001011001110001011010100011110111110111001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #371CB3;
 }
 .AnyTagClassName
 {
   color: #371CB3;
 }
</style>
background-color css

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

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

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

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

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

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