#2730AA

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

Shades of Persian Blue #2730AA

Tints of Persian Blue #2730AA

Color information

#2730AA (or 0x2730AA) is unknown color: approx Persian Blue. HEX triplet: 27, 30 and AA. RGB value is (39,48,170). Sum of RGB (Red+Green+Blue) = 39+48+170=257 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.18% from 257); Green value is 48 (19.14% from 255 or 18.68% from 257); Blue value is 170 (66.80% from 255 or 66.15% from 257); Max value from RGB is 170 - color contains mainly: blue. Hex color #2730AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2730AA is #D8CF55. Grayscale: #3A3A3A. Windows color (decimal): -14208854 or 11153447. OLE color: 11153447.

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

Color convert

RGB3948170-
CMYK0.770.7200.33
HSL235.88º62.68%40.98%-
HSV(B)235.88º77.06%66.67%-
XYZ9.155.4538.6-
YUV59.22190.52113.58-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.18%
GREEN value IS 48 (19.14% from 255) = 18.68%
BLUE value IS 170 (66.80% from 255) = 66.15%
R=15.18%
G=18.68%
B=66.15%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal39481700.770.7200.33235.8862.6840.98
Hex2730AA4D48021ec3f29
Octal47602521151100413547751
Binary1001111100001010101010011011001000010000111101100111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2730AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,48,170); }

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

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

 a { background-color: rgb(39,48,170); }

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

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

 span { border-color: rgb(39,48,170); }

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