Html Css Color HEX #24464B Teal Blue

📋 copy color: '#24464B'

red 36 ◦ green 70 ◦ blue 75

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

Shades of Teal Blue #24464B

Tints of Teal Blue #24464B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 38.67%

 BLUE value IS 75 (29.69% from 255) = 41.44%

R = 19.89%
G = 38.67%
B = 41.44%

CMYK

 C value IS 0.52

 M value IS 0.07

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#24464B (or 0x24464B) is known color: Teal Blue. HEX triplet: 24, 46 and 4B. RGB value is (36,70,75). Sum of RGB (Red+Green+Blue) = 36+70+75=181 (23% of max value = 765). Red value is 36 (14.45% from 255 or 19.89% from 181); Green value is 70 (27.73% from 255 or 38.67% from 181); Blue value is 75 (29.69% from 255 or 41.44% from 181); Max value from RGB is 75 - color contains mainly: blue. Hex color #24464B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24464B is #DBB9B4. Grayscale: #3C3C3C. Windows color (decimal): -14399925 or 4933156. OLE color: 4933156.

HSL color Cylindrical-coordinate representation of color #24464B: hue angle of 187.69º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #24464B is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 36 70 75 -
CMYK 0.52 0.07 0 0.71
HSL 187.69º 0.35% 0.22% -
HSV(B) 187.69º 0.52% 0.29% -
XYZ 4.19 5.26 7.45 -
YUV 60.4 136.24 110.59 -
System Red Green Blue C M Y K H S L
Decimal 36 70 75 0.52 0.07 0 0.71 187.69 0.35 0.22
Hex 24 46 4B 34 7 0 47 BC 23 16
Octal 44 106 113 64 7 0 107 274 43 26
Binary 100100 1000110 1001011 110100 111 0 1000111 10111100 100011 10110

Color Harmonies of #24464B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24464B

Black with #24464B

Text Example


Text Example

White with #24464B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,70,75); }

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

background-color css

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

 a { background-color: rgb(36,70,75); }

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

border-color css

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

 span { border-color: rgb(36,70,75); }

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