#3040AE

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

Shades of Persian Blue #3040AE

Tints of Persian Blue #3040AE

Color information

#3040AE (or 0x3040AE) is unknown color: approx Persian Blue. HEX triplet: 30, 40 and AE. RGB value is (48,64,174). Sum of RGB (Red+Green+Blue) = 48+64+174=286 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.78% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 174 (68.36% from 255 or 60.84% from 286); Max value from RGB is 174 - color contains mainly: blue. Hex color #3040AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3040AE is #CFBF51. Grayscale: #474747. Windows color (decimal): -13614930 or 11419696. OLE color: 11419696.

HSL color Cylindrical-coordinate representation of color #3040AE: hue angle of 232.38º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3040AE is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4864174-
CMYK0.720.6300.32
HSL232.38º56.76%43.53%-
HSV(B)232.38º72.41%68.24%-
XYZ10.697.3540.9-
YUV71.76185.7111.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.78%
GREEN value IS 64 (25.39% from 255) = 22.38%
BLUE value IS 174 (68.36% from 255) = 60.84%
R=16.78%
G=22.38%
B=60.84%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal48641740.720.6300.32232.3856.7643.53
Hex3040AE483F020e8392c
Octal60100256110770403507154
Binary1100001000000101011101001000111111010000011101000111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3040AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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