#2538AA

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

Shades of Persian Blue #2538AA

Tints of Persian Blue #2538AA

Color information

#2538AA (or 0x2538AA) is unknown color: approx Persian Blue. HEX triplet: 25, 38 and AA. RGB value is (37,56,170). Sum of RGB (Red+Green+Blue) = 37+56+170=263 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.07% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 170 (66.80% from 255 or 64.64% from 263); Max value from RGB is 170 - color contains mainly: blue. Hex color #2538AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2538AA is #DAC755. Grayscale: #3E3E3E. Windows color (decimal): -14337878 or 11155493. OLE color: 11155493.

HSL color Cylindrical-coordinate representation of color #2538AA: hue angle of 231.43º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2538AA is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3756170-
CMYK0.780.6700.33
HSL231.43º64.25%40.59%-
HSV(B)231.43º78.24%66.67%-
XYZ9.436.1238.72-
YUV63.32188.21109.23-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.07%
GREEN value IS 56 (22.27% from 255) = 21.29%
BLUE value IS 170 (66.80% from 255) = 64.64%
R=14.07%
G=21.29%
B=64.64%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal37561700.780.6700.33231.4364.2540.59
Hex2538AA4E43021e74029
Octal457025211610304134710051
Binary10010111100010101010100111010000110100001111001111000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2538AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2538AA; }

 p { color: rgb(37,56,170); }

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

<style>
 a { background-color: #2538AA; }

 a { background-color: rgb(37,56,170); }

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

<style>
 span { border-color: #2538AA; }

 span { border-color: rgb(37,56,170); }

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