#3722B6

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

Shades of Persian Blue #3722B6

Tints of Persian Blue #3722B6

Color information

#3722B6 (or 0x3722B6) is unknown color: approx Persian Blue. HEX triplet: 37, 22 and B6. RGB value is (55,34,182). Sum of RGB (Red+Green+Blue) = 55+34+182=271 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.30% from 271); Green value is 34 (13.67% from 255 or 12.55% from 271); Blue value is 182 (71.48% from 255 or 67.16% from 271); Max value from RGB is 182 - color contains mainly: blue. Hex color #3722B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3722B6 is #C8DD49. Grayscale: #383838. Windows color (decimal): -13163850 or 11936311. OLE color: 11936311.

HSL color Cylindrical-coordinate representation of color #3722B6: hue angle of 248.51º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3722B6 is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5534182-
CMYK0.700.8100.29
HSL248.51º68.52%42.35%-
HSV(B)248.51º81.32%71.37%-
XYZ10.595.3344.73-
YUV57.15198.46126.47-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.30%
GREEN value IS 34 (13.67% from 255) = 12.55%
BLUE value IS 182 (71.48% from 255) = 67.16%
R=20.30%
G=12.55%
B=67.16%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal55341820.700.8100.29248.5168.5242.35
Hex3722B6465101Df9452a
Octal674226610612103537110552
Binary1101111000101011011010001101010001011101111110011000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3722B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3722B6; }

 p { color: rgb(55,34,182); }

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

<style>
 a { background-color: #3722B6; }

 a { background-color: rgb(55,34,182); }

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

<style>
 span { border-color: #3722B6; }

 span { border-color: rgb(55,34,182); }

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