#3720CF

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

Shades of Persian Blue #3720CF

Tints of Persian Blue #3720CF

Color information

#3720CF (or 0x3720CF) is unknown color: approx Persian Blue. HEX triplet: 37, 20 and CF. RGB value is (55,32,207). Sum of RGB (Red+Green+Blue) = 55+32+207=294 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.71% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 207 (81.25% from 255 or 70.41% from 294); Max value from RGB is 207 - color contains mainly: blue. Hex color #3720CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3720CF is #C8DF30. Grayscale: #3A3A3A. Windows color (decimal): -13164337 or 13574199. OLE color: 13574199.

HSL color Cylindrical-coordinate representation of color #3720CF: hue angle of 247.89º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3720CF is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB5532207-
CMYK0.730.8500.19
HSL247.89º73.22%46.86%-
HSV(B)247.89º84.54%81.18%-
XYZ13.356.3559.55-
YUV58.83211.62125.27-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.71%
GREEN value IS 32 (12.89% from 255) = 10.88%
BLUE value IS 207 (81.25% from 255) = 70.41%
R=18.71%
G=10.88%
B=70.41%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal55322070.730.8500.19247.8973.2246.86
Hex3720CF4955013f8492f
Octal674031711112502337011157
Binary1101111000001100111110010011010101010011111110001001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3720CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3720CF; }

 p { color: rgb(55,32,207); }

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

<style>
 a { background-color: #3720CF; }

 a { background-color: rgb(55,32,207); }

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

<style>
 span { border-color: #3720CF; }

 span { border-color: rgb(55,32,207); }

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