#2936AE

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

Shades of Persian Blue #2936AE

Tints of Persian Blue #2936AE

Color information

#2936AE (or 0x2936AE) is unknown color: approx Persian Blue. HEX triplet: 29, 36 and AE. RGB value is (41,54,174). Sum of RGB (Red+Green+Blue) = 41+54+174=269 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.24% from 269); Green value is 54 (21.48% from 255 or 20.07% from 269); Blue value is 174 (68.36% from 255 or 64.68% from 269); Max value from RGB is 174 - color contains mainly: blue. Hex color #2936AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2936AE is #D6C951. Grayscale: #3F3F3F. Windows color (decimal): -14076242 or 11417129. OLE color: 11417129.

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

Color convert

RGB4154174-
CMYK0.760.6900.32
HSL234.14º61.86%42.16%-
HSV(B)234.14º76.44%68.24%-
XYZ9.876.1740.71-
YUV63.79190.19111.74-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.24%
GREEN value IS 54 (21.48% from 255) = 20.07%
BLUE value IS 174 (68.36% from 255) = 64.68%
R=15.24%
G=20.07%
B=64.68%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal41541740.760.6900.32234.1461.8642.16
Hex2936AE4C45020ea3e2a
Octal51662561141050403527652
Binary1010011101101010111010011001000101010000011101010111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2936AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,54,174); }

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

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

 a { background-color: rgb(41,54,174); }

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

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

 span { border-color: rgb(41,54,174); }

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