Html Css Color HEX #24495D Arapawa

📋 copy color: '#24495D'

red 36 ◦ green 73 ◦ blue 93

#24495D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Arapawa #24495D

Tints of Arapawa #24495D

RGB

 RED value IS 36 (14.45% from 255) = 17.82%

 GREEN value IS 73 (28.91% from 255) = 36.14%

 BLUE value IS 93 (36.72% from 255) = 46.04%

R = 17.82%
G = 36.14%
B = 46.04%

CMYK

 C value IS 0.61

 M value IS 0.22

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#24495D (or 0x24495D) is known color: Arapawa. HEX triplet: 24, 49 and 5D. RGB value is (36,73,93). Sum of RGB (Red+Green+Blue) = 36+73+93=202 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.82% from 202); Green value is 73 (28.91% from 255 or 36.14% from 202); Blue value is 93 (36.72% from 255 or 46.04% from 202); Max value from RGB is 93 - color contains mainly: blue. Hex color #24495D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24495D is #DBB6A2. Grayscale: #404040. Windows color (decimal): -14399139 or 6113572. OLE color: 6113572.

HSL color Cylindrical-coordinate representation of color #24495D: hue angle of 201.05º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #24495D is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 36 73 93 -
CMYK 0.61 0.22 0 0.64
HSL 201.05º 0.44% 0.25% -
HSV(B) 201.05º 0.61% 0.36% -
XYZ 5.09 5.93 11.23 -
YUV 64.22 144.24 107.87 -
System Red Green Blue C M Y K H S L
Decimal 36 73 93 0.61 0.22 0 0.64 201.05 0.44 0.25
Hex 24 49 5D 3D 16 0 40 C9 2C 19
Octal 44 111 135 75 26 0 100 311 54 31
Binary 100100 1001001 1011101 111101 10110 0 1000000 11001001 101100 11001

Color Harmonies of #24495D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24495D

Black with #24495D

Text Example


Text Example

White with #24495D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #24495D;
 }
 .AnyTagClassName
 {
   color: #24495D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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