#3721B9

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

Shades of Persian Blue #3721B9

Tints of Persian Blue #3721B9

Color information

#3721B9 (or 0x3721B9) is unknown color: approx Persian Blue. HEX triplet: 37, 21 and B9. RGB value is (55,33,185). Sum of RGB (Red+Green+Blue) = 55+33+185=273 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.15% from 273); Green value is 33 (13.28% from 255 or 12.09% from 273); Blue value is 185 (72.66% from 255 or 67.77% from 273); Max value from RGB is 185 - color contains mainly: blue. Hex color #3721B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3721B9 is #C8DE46. Grayscale: #383838. Windows color (decimal): -13164103 or 12132663. OLE color: 12132663.

HSL color Cylindrical-coordinate representation of color #3721B9: hue angle of 248.68º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3721B9 is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5533185-
CMYK0.700.8200.27
HSL248.68º69.72%42.75%-
HSV(B)248.68º82.16%72.55%-
XYZ10.885.446.37-
YUV56.91200.29126.64-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.15%
GREEN value IS 33 (13.28% from 255) = 12.09%
BLUE value IS 185 (72.66% from 255) = 67.77%
R=20.15%
G=12.09%
B=67.77%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal55331850.700.8200.27248.6869.7242.75
Hex3721B9465201Bf9462b
Octal674127110612203337110653
Binary1101111000011011100110001101010010011011111110011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3721B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3721B9; }

 p { color: rgb(55,33,185); }

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

<style>
 a { background-color: #3721B9; }

 a { background-color: rgb(55,33,185); }

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

<style>
 span { border-color: #3721B9; }

 span { border-color: rgb(55,33,185); }

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