Html Css Color HEX #24485B Arapawa

📋 copy color: '#24485B'

red 36 ◦ green 72 ◦ blue 91

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

Shades of Arapawa #24485B

Tints of Arapawa #24485B

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

 M value IS 0.21

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

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

RGB 36 72 91 -
CMYK 0.60 0.21 0 0.64
HSL 200.73º 0.43% 0.25% -
HSV(B) 200.73º 0.6% 0.36% -
XYZ 4.93 5.77 10.75 -
YUV 63.4 143.57 108.46 -
System Red Green Blue C M Y K H S L
Decimal 36 72 91 0.60 0.21 0 0.64 200.73 0.43 0.25
Hex 24 48 5B 3C 15 0 40 C9 2B 19
Octal 44 110 133 74 25 0 100 311 53 31
Binary 100100 1001000 1011011 111100 10101 0 1000000 11001001 101011 11001

Color Harmonies of #24485B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24485B

Black with #24485B

Text Example


Text Example

White with #24485B

Text Example


Text Example

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