#3040AA

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

Shades of Persian Blue #3040AA

Tints of Persian Blue #3040AA

Color information

#3040AA (or 0x3040AA) is unknown color: approx Persian Blue. HEX triplet: 30, 40 and AA. RGB value is (48,64,170). Sum of RGB (Red+Green+Blue) = 48+64+170=282 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.02% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 170 (66.80% from 255 or 60.28% from 282); Max value from RGB is 170 - color contains mainly: blue. Hex color #3040AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3040AA is #CFBF55. Grayscale: #464646. Windows color (decimal): -13614934 or 11157552. OLE color: 11157552.

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

Color convert

RGB4864170-
CMYK0.720.6200.33
HSL232.13º55.96%42.75%-
HSV(B)232.13º71.76%66.67%-
XYZ10.317.238.88-
YUV71.3183.7111.38-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.02%
GREEN value IS 64 (25.39% from 255) = 22.70%
BLUE value IS 170 (66.80% from 255) = 60.28%
R=17.02%
G=22.70%
B=60.28%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal48641700.720.6200.33232.1355.9642.75
Hex3040AA483E021e8382b
Octal60100252110760413507053
Binary1100001000000101010101001000111110010000111101000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3040AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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