#24505F

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

Shades of Arapawa #24505F

Tints of Arapawa #24505F

Color information

#24505F (or 0x24505F) is unknown color: approx Arapawa. HEX triplet: 24, 50 and 5F. RGB value is (36,80,95). Sum of RGB (Red+Green+Blue) = 36+80+95=211 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.06% from 211); Green value is 80 (31.64% from 255 or 37.91% from 211); Blue value is 95 (37.5% from 255 or 45.02% from 211); Max value from RGB is 95 - color contains mainly: blue. Hex color #24505F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24505F is #DBAFA0. Grayscale: #444444. Windows color (decimal): -14397345 or 6246436. OLE color: 6246436.

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

Color convert

RGB368095-
CMYK0.620.1600.63
HSL195.25º45.04%25.69%-
HSV(B)195.25º62.11%37.25%-
XYZ5.666.9411.87-
YUV68.55142.92104.78-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.06%
GREEN value IS 80 (31.64% from 255) = 37.91%
BLUE value IS 95 (37.5% from 255) = 45.02%
R=17.06%
G=37.91%
B=45.02%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3680950.620.1600.63195.2545.0425.69
Hex24505F3E1003Fc32d1a
Octal4412013776200773035532
Binary100100101000010111111111101000001111111100001110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24505F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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