#3035AE

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

Shades of Persian Blue #3035AE

Tints of Persian Blue #3035AE

Color information

#3035AE (or 0x3035AE) is unknown color: approx Persian Blue. HEX triplet: 30, 35 and AE. RGB value is (48,53,174). Sum of RGB (Red+Green+Blue) = 48+53+174=275 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.45% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 174 (68.36% from 255 or 63.27% from 275); Max value from RGB is 174 - color contains mainly: blue. Hex color #3035AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3035AE is #CFCA51. Grayscale: #404040. Windows color (decimal): -13617746 or 11416880. OLE color: 11416880.

HSL color Cylindrical-coordinate representation of color #3035AE: hue angle of 237.62º 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 #3035AE is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4853174-
CMYK0.720.7000.32
HSL237.62º56.76%43.53%-
HSV(B)237.62º72.41%68.24%-
XYZ10.136.2340.71-
YUV65.3189.34115.66-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.45%
GREEN value IS 53 (21.09% from 255) = 19.27%
BLUE value IS 174 (68.36% from 255) = 63.27%
R=17.45%
G=19.27%
B=63.27%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal48531740.720.7000.32237.6256.7643.53
Hex3035AE4846020ee392c
Octal60652561101060403567154
Binary1100001101011010111010010001000110010000011101110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3035AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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