#24495B

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

Shades of Arapawa #24495B

Tints of Arapawa #24495B

Color information

#24495B (or 0x24495B) is unknown color: approx Arapawa. HEX triplet: 24, 49 and 5B. RGB value is (36,73,91). Sum of RGB (Red+Green+Blue) = 36+73+91=200 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18% from 200); Green value is 73 (28.91% from 255 or 36.5% from 200); Blue value is 91 (35.94% from 255 or 45.5% from 200); Max value from RGB is 91 - color contains mainly: blue. Hex color #24495B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24495B is #DBB6A4. Grayscale: #3F3F3F. Windows color (decimal): -14399141 or 5982500. OLE color: 5982500.

HSL color Cylindrical-coordinate representation of color #24495B: hue angle of 199.64º 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 #24495B is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB367391-
CMYK0.600.2000.64
HSL199.64º43.31%24.9%-
HSV(B)199.64º60.44%35.69%-
XYZ55.910.77-
YUV63.99143.24108.04-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18%
GREEN value IS 73 (28.91% from 255) = 36.5%
BLUE value IS 91 (35.94% from 255) = 45.5%
R=18%
G=36.5%
B=45.5%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3673910.600.2000.64199.6443.3124.9
Hex24495B3C14040c82b19
Octal44111133742401003105331
Binary1001001001001101101111110010100010000001100100010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24495B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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