#3731CC

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

Shades of Persian Blue #3731CC

Tints of Persian Blue #3731CC

Color information

#3731CC (or 0x3731CC) is unknown color: approx Persian Blue. HEX triplet: 37, 31 and CC. RGB value is (55,49,204). Sum of RGB (Red+Green+Blue) = 55+49+204=308 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.86% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 204 (80.08% from 255 or 66.23% from 308); Max value from RGB is 204 - color contains mainly: blue. Hex color #3731CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3731CC is #C8CE33. Grayscale: #434343. Windows color (decimal): -13159988 or 13381943. OLE color: 13381943.

HSL color Cylindrical-coordinate representation of color #3731CC: hue angle of 242.32º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3731CC is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB5549204-
CMYK0.730.7600.2
HSL242.32º61.26%49.61%-
HSV(B)242.32º75.98%80%-
XYZ13.577.3757.83-
YUV68.46204.49118.4-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.86%
GREEN value IS 49 (19.53% from 255) = 15.91%
BLUE value IS 204 (80.08% from 255) = 66.23%
R=17.86%
G=15.91%
B=66.23%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal55492040.730.7600.2242.3261.2649.61
Hex3731CC494C014f23d32
Octal67613141111140243627562
Binary110111110001110011001001001100110001010011110010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3731CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3731CC; }

 p { color: rgb(55,49,204); }

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

<style>
 a { background-color: #3731CC; }

 a { background-color: rgb(55,49,204); }

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

<style>
 span { border-color: #3731CC; }

 span { border-color: rgb(55,49,204); }

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