Html Css Color HEX #24899B Scooter

📋 copy color: '#24899B'

red 36 ◦ green 137 ◦ blue 155

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

Shades of Scooter #24899B

Tints of Scooter #24899B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.77%

 BLUE value IS 155 (60.94% from 255) = 47.26%

R = 10.98%
G = 41.77%
B = 47.26%

CMYK

 C value IS 0.77

 M value IS 0.12

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#24899B (or 0x24899B) is known color: Scooter. HEX triplet: 24, 89 and 9B. RGB value is (36,137,155). Sum of RGB (Red+Green+Blue) = 36+137+155=328 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.98% from 328); Green value is 137 (53.91% from 255 or 41.77% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 155 - color contains mainly: blue. Hex color #24899B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24899B is #DB7664. Grayscale: #6C6C6C. Windows color (decimal): -14382693 or 10193188. OLE color: 10193188.

HSL color Cylindrical-coordinate representation of color #24899B: hue angle of 189.08º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24899B is Cyan = 0.77, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 36 137 155 -
CMYK 0.77 0.12 0 0.39
HSL 189.08º 0.62% 0.37% -
HSV(B) 189.08º 0.77% 0.61% -
XYZ 15.59 20.63 34.17 -
YUV 108.85 154.04 76.04 -
System Red Green Blue C M Y K H S L
Decimal 36 137 155 0.77 0.12 0 0.39 189.08 0.62 0.37
Hex 24 89 9B 4D C 0 27 BD 3E 25
Octal 44 211 233 115 14 0 47 275 76 45
Binary 100100 10001001 10011011 1001101 1100 0 100111 10111101 111110 100101

Color Harmonies of #24899B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24899B

Black with #24899B

Text Example


Text Example

White with #24899B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,137,155); }

 H1.HeaderClassName
 {
   color: #24899B;
 }
 .AnyTagClassName
 {
   color: #24899B;
 }
</style>

background-color css

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

 a { background-color: rgb(36,137,155); }

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

border-color css

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

 span { border-color: rgb(36,137,155); }

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