#24485B

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

Shades of Arapawa #24485B

Tints of Arapawa #24485B

Color information

#24485B (or 0x24485B) is unknown color: approx Arapawa. HEX triplet: 24, 48 and 5B. RGB value is (36,72,91). Sum of RGB (Red+Green+Blue) = 36+72+91=199 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.09% from 199); Green value is 72 (28.52% from 255 or 36.18% from 199); Blue value is 91 (35.94% from 255 or 45.73% from 199); Max value from RGB is 91 - color contains mainly: blue. Hex color #24485B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24485B is #DBB7A4. Grayscale: #3F3F3F. Windows color (decimal): -14399397 or 5982244. OLE color: 5982244.

HSL color Cylindrical-coordinate representation of color #24485B: hue angle of 200.73º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #24485B is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB367291-
CMYK0.600.2100.64
HSL200.73º43.31%24.9%-
HSV(B)200.73º60.44%35.69%-
XYZ4.935.7710.75-
YUV63.4143.57108.46-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.09%
GREEN value IS 72 (28.52% from 255) = 36.18%
BLUE value IS 91 (35.94% from 255) = 45.73%
R=18.09%
G=36.18%
B=45.73%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3672910.600.2100.64200.7343.3124.9
Hex24485B3C15040c92b19
Octal44110133742501003115331
Binary1001001001000101101111110010101010000001100100110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24485B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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