#2430AA

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

Shades of Persian Blue #2430AA

Tints of Persian Blue #2430AA

Color information

#2430AA (or 0x2430AA) is unknown color: approx Persian Blue. HEX triplet: 24, 30 and AA. RGB value is (36,48,170). Sum of RGB (Red+Green+Blue) = 36+48+170=254 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.17% from 254); Green value is 48 (19.14% from 255 or 18.90% from 254); Blue value is 170 (66.80% from 255 or 66.93% from 254); Max value from RGB is 170 - color contains mainly: blue. Hex color #2430AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2430AA is #DBCF55. Grayscale: #393939. Windows color (decimal): -14405462 or 11153444. OLE color: 11153444.

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

Color convert

RGB3648170-
CMYK0.790.7200.33
HSL234.63º65.05%40.39%-
HSV(B)234.63º78.82%66.67%-
XYZ9.045.3938.59-
YUV58.32191.02112.08-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.17%
GREEN value IS 48 (19.14% from 255) = 18.90%
BLUE value IS 170 (66.80% from 255) = 66.93%
R=14.17%
G=18.90%
B=66.93%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal36481700.790.7200.33234.6365.0540.39
Hex2430AA4F48021eb4128
Octal446025211711004135310150
Binary10010011000010101010100111110010000100001111010111000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2430AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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