Html Css Color HEX #24495B Arapawa

📋 copy color: '#24495B'

red 36 ◦ green 73 ◦ blue 91

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

Shades of Arapawa #24495B

Tints of Arapawa #24495B

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 value IS 0.60

 M value IS 0.20

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#24495B (or 0x24495B) is known color: 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

RGB 36 73 91 -
CMYK 0.60 0.20 0 0.64
HSL 199.64º 0.43% 0.25% -
HSV(B) 199.64º 0.6% 0.36% -
XYZ 5 5.9 10.77 -
YUV 63.99 143.24 108.04 -
System Red Green Blue C M Y K H S L
Decimal 36 73 91 0.60 0.20 0 0.64 199.64 0.43 0.25
Hex 24 49 5B 3C 14 0 40 C8 2B 19
Octal 44 111 133 74 24 0 100 310 53 31
Binary 100100 1001001 1011011 111100 10100 0 1000000 11001000 101011 11001

Color Harmonies of #24495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24495B

Black with #24495B

Text Example


Text Example

White with #24495B

Text Example


Text Example

HTML Codes & Css Web 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>