Html Css Color HEX #24505F Arapawa

📋 copy color: '#24505F'

red 36 ◦ green 80 ◦ blue 95

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

Shades of Arapawa #24505F

Tints of Arapawa #24505F

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

 M value IS 0.16

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#24505F (or 0x24505F) is known color: 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

RGB 36 80 95 -
CMYK 0.62 0.16 0 0.63
HSL 195.25º 0.45% 0.26% -
HSV(B) 195.25º 0.62% 0.37% -
XYZ 5.66 6.94 11.87 -
YUV 68.55 142.92 104.78 -
System Red Green Blue C M Y K H S L
Decimal 36 80 95 0.62 0.16 0 0.63 195.25 0.45 0.26
Hex 24 50 5F 3E 10 0 3F C3 2D 1A
Octal 44 120 137 76 20 0 77 303 55 32
Binary 100100 1010000 1011111 111110 10000 0 111111 11000011 101101 11010

Color Harmonies of #24505F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24505F

Black with #24505F

Text Example


Text Example

White with #24505F

Text Example


Text Example

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