#24505E

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

Shades of Arapawa #24505E

Tints of Arapawa #24505E

Color information

#24505E (or 0x24505E) is unknown color: approx Arapawa. HEX triplet: 24, 50 and 5E. RGB value is (36,80,94). Sum of RGB (Red+Green+Blue) = 36+80+94=210 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.14% from 210); Green value is 80 (31.64% from 255 or 38.10% from 210); Blue value is 94 (37.11% from 255 or 44.76% from 210); Max value from RGB is 94 - color contains mainly: blue. Hex color #24505E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24505E is #DBAFA1. Grayscale: #444444. Windows color (decimal): -14397346 or 6180900. OLE color: 6180900.

HSL color Cylindrical-coordinate representation of color #24505E: hue angle of 194.48º 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 #24505E is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB368094-
CMYK0.620.1500.63
HSL194.48º44.62%25.49%-
HSV(B)194.48º61.7%36.86%-
XYZ5.626.9211.63-
YUV68.44142.42104.86-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.14%
GREEN value IS 80 (31.64% from 255) = 38.10%
BLUE value IS 94 (37.11% from 255) = 44.76%
R=17.14%
G=38.10%
B=44.76%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3680940.620.1500.63194.4844.6225.49
Hex24505E3EF03Fc22d19
Octal4412013676170773025531
Binary10010010100001011110111110111101111111100001010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24505E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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