#3740ac

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

Shades of Persian Blue #3740AC

Tints of Persian Blue #3740AC

Color information

#3740AC (or 0x3740AC) is unknown color: approx Persian Blue. HEX triplet: 37, 40 and AC. RGB value is (55,64,172). Sum of RGB (Red+Green+Blue) = 55+64+172=291 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.90% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 172 (67.58% from 255 or 59.11% from 291); Max value from RGB is 172 - color contains mainly: blue. Hex color #3740AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3740AC is #C8BF53. Grayscale: #494949. Windows color (decimal): -13156180 or 11288631. OLE color: 11288631.

HSL color Cylindrical-coordinate representation of color #3740AC: hue angle of 235.38º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3740AC is Cyan = 0.68, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5564172-
CMYK0.680.6300.33
HSL235.38º51.54%44.51%-
HSV(B)235.38º68.02%67.45%-
XYZ10.867.4639.9-
YUV73.62183.52114.72-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.90%
GREEN value IS 64 (25.39% from 255) = 21.99%
BLUE value IS 172 (67.58% from 255) = 59.11%
R=18.90%
G=21.99%
B=59.11%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal55641720.680.6300.33235.3851.5444.51
Hex3740AC443F021eb342d
Octal67100254104770413536455
Binary1101111000000101011001000100111111010000111101011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3740ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3740ac; }

 p { color: rgb(55,64,172); }

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

<style>
 a { background-color: #3740ac; }

 a { background-color: rgb(55,64,172); }

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

<style>
 span { border-color: #3740ac; }

 span { border-color: rgb(55,64,172); }

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