#2835ae

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

Shades of Persian Blue #2835AE

Tints of Persian Blue #2835AE

Color information

#2835AE (or 0x2835AE) is unknown color: approx Persian Blue. HEX triplet: 28, 35 and AE. RGB value is (40,53,174). Sum of RGB (Red+Green+Blue) = 40+53+174=267 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.98% from 267); Green value is 53 (21.09% from 255 or 19.85% from 267); Blue value is 174 (68.36% from 255 or 65.17% from 267); Max value from RGB is 174 - color contains mainly: blue. Hex color #2835AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2835AE is #D7CA51. Grayscale: #3E3E3E. Windows color (decimal): -14142034 or 11416872. OLE color: 11416872.

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

Color convert

RGB4053174-
CMYK0.770.7000.32
HSL234.18º62.62%41.96%-
HSV(B)234.18º77.01%68.24%-
XYZ9.796.0540.7-
YUV62.91190.69111.66-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.98%
GREEN value IS 53 (21.09% from 255) = 19.85%
BLUE value IS 174 (68.36% from 255) = 65.17%
R=14.98%
G=19.85%
B=65.17%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal40531740.770.7000.32234.1862.6241.96
Hex2835AE4D46020ea3f2a
Octal50652561151060403527752
Binary1010001101011010111010011011000110010000011101010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2835ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2835ae; }

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

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

<style>
 a { background-color: #2835ae; }

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

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

<style>
 span { border-color: #2835ae; }

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

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