#24497A

Color #24497A St Tropaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of St Tropaz #24497A

Tints of St Tropaz #24497A

Color information

#24497A (or 0x24497A) is unknown color: approx St Tropaz. HEX triplet: 24, 49 and 7A. RGB value is (36,73,122). Sum of RGB (Red+Green+Blue) = 36+73+122=231 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.58% from 231); Green value is 73 (28.91% from 255 or 31.60% from 231); Blue value is 122 (48.05% from 255 or 52.81% from 231); Max value from RGB is 122 - color contains mainly: blue. Hex color #24497A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24497A is #DBB685. Grayscale: #434343. Windows color (decimal): -14399110 or 8014116. OLE color: 8014116.

HSL color Cylindrical-coordinate representation of color #24497A: hue angle of 214.19º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #24497A is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3673122-
CMYK0.700.4000.52
HSL214.19º54.43%30.98%-
HSV(B)214.19º70.49%47.84%-
XYZ6.626.5519.33-
YUV67.52158.74105.52-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.58%
GREEN value IS 73 (28.91% from 255) = 31.60%
BLUE value IS 122 (48.05% from 255) = 52.81%
R=15.58%
G=31.60%
B=52.81%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal36731220.700.4000.52214.1954.4330.98
Hex24497A4628034d6361f
Octal44111172106500643266637
Binary10010010010011111010100011010100001101001101011011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24497A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24497A; }

 p { color: rgb(36,73,122); }

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

<style>
 a { background-color: #24497A; }

 a { background-color: rgb(36,73,122); }

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

<style>
 span { border-color: #24497A; }

 span { border-color: rgb(36,73,122); }

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