#3740AA

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

Shades of Persian Blue #3740AA

Tints of Persian Blue #3740AA

Color information

#3740AA (or 0x3740AA) is unknown color: approx Persian Blue. HEX triplet: 37, 40 and AA. RGB value is (55,64,170). Sum of RGB (Red+Green+Blue) = 55+64+170=289 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.03% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 170 (66.80% from 255 or 58.82% from 289); Max value from RGB is 170 - color contains mainly: blue. Hex color #3740AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3740AA is #C8BF55. Grayscale: #484848. Windows color (decimal): -13156182 or 11157559. OLE color: 11157559.

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

Color convert

RGB5564170-
CMYK0.680.6200.33
HSL235.3º51.11%44.12%-
HSV(B)235.3º67.65%66.67%-
XYZ10.667.3838.89-
YUV73.39182.52114.88-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.03%
GREEN value IS 64 (25.39% from 255) = 22.15%
BLUE value IS 170 (66.80% from 255) = 58.82%
R=19.03%
G=22.15%
B=58.82%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal55641700.680.6200.33235.351.1144.12
Hex3740AA443E021eb332c
Octal67100252104760413536354
Binary1101111000000101010101000100111110010000111101011110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3740AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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