#24485E

Color #24485E Arapawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Arapawa #24485E

Tints of Arapawa #24485E

Color information

#24485E (or 0x24485E) is unknown color: approx Arapawa. HEX triplet: 24, 48 and 5E. RGB value is (36,72,94). Sum of RGB (Red+Green+Blue) = 36+72+94=202 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.82% from 202); Green value is 72 (28.52% from 255 or 35.64% from 202); Blue value is 94 (37.11% from 255 or 46.53% from 202); Max value from RGB is 94 - color contains mainly: blue. Hex color #24485E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24485E is #DBB7A1. Grayscale: #3F3F3F. Windows color (decimal): -14399394 or 6178852. OLE color: 6178852.

HSL color Cylindrical-coordinate representation of color #24485E: hue angle of 202.76º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #24485E is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB367294-
CMYK0.620.2300.63
HSL202.76º44.62%25.49%-
HSV(B)202.76º61.7%36.86%-
XYZ5.075.8211.45-
YUV63.74145.07108.21-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.82%
GREEN value IS 72 (28.52% from 255) = 35.64%
BLUE value IS 94 (37.11% from 255) = 46.53%
R=17.82%
G=35.64%
B=46.53%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3672940.620.2300.63202.7644.6225.49
Hex24485E3E1703Fcb2d19
Octal4411013676270773135531
Binary100100100100010111101111101011101111111100101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24485E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24485E; }

 p { color: rgb(36,72,94); }

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

<style>
 a { background-color: #24485E; }

 a { background-color: rgb(36,72,94); }

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

<style>
 span { border-color: #24485E; }

 span { border-color: rgb(36,72,94); }

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