#2534AE

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

Shades of Persian Blue #2534AE

Tints of Persian Blue #2534AE

Color information

#2534AE (or 0x2534AE) is unknown color: approx Persian Blue. HEX triplet: 25, 34 and AE. RGB value is (37,52,174). Sum of RGB (Red+Green+Blue) = 37+52+174=263 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.07% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 174 (68.36% from 255 or 66.16% from 263); Max value from RGB is 174 - color contains mainly: blue. Hex color #2534AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2534AE is #DACB51. Grayscale: #3C3C3C. Windows color (decimal): -14338898 or 11416613. OLE color: 11416613.

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

Color convert

RGB3752174-
CMYK0.790.7000.32
HSL233.43º64.93%41.37%-
HSV(B)233.43º78.74%68.24%-
XYZ9.635.9140.68-
YUV61.42191.53110.58-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.07%
GREEN value IS 52 (20.70% from 255) = 19.77%
BLUE value IS 174 (68.36% from 255) = 66.16%
R=14.07%
G=19.77%
B=66.16%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal37521740.790.7000.32233.4364.9341.37
Hex2534AE4F46020e94129
Octal456425611710604035110151
Binary10010111010010101110100111110001100100000111010011000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2534AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,52,174); }

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

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

 a { background-color: rgb(37,52,174); }

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

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

 span { border-color: rgb(37,52,174); }

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