Html Css Color HEX #284958 Teal Blue

📋 copy color: '#284958'

red 40 ◦ green 73 ◦ blue 88

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

Shades of Teal Blue #284958

Tints of Teal Blue #284958

RGB

 RED value IS 40 (16.02% from 255) = 19.9%

 GREEN value IS 73 (28.91% from 255) = 36.32%

 BLUE value IS 88 (34.77% from 255) = 43.78%

R = 19.9%
G = 36.32%
B = 43.78%

CMYK

 C value IS 0.55

 M value IS 0.17

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#284958 (or 0x284958) is known color: Teal Blue. HEX triplet: 28, 49 and 58. RGB value is (40,73,88). Sum of RGB (Red+Green+Blue) = 40+73+88=201 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.90% from 201); Green value is 73 (28.91% from 255 or 36.32% from 201); Blue value is 88 (34.77% from 255 or 43.78% from 201); Max value from RGB is 88 - color contains mainly: blue. Hex color #284958 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284958 is #D7B6A7. Grayscale: #404040. Windows color (decimal): -14137000 or 5785896. OLE color: 5785896.

HSL color Cylindrical-coordinate representation of color #284958: hue angle of 198.75º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #284958 is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 40 73 88 -
CMYK 0.55 0.17 0 0.65
HSL 198.75º 0.38% 0.25% -
HSV(B) 198.75º 0.55% 0.35% -
XYZ 5.02 5.92 10.11 -
YUV 64.84 141.07 110.28 -
System Red Green Blue C M Y K H S L
Decimal 40 73 88 0.55 0.17 0 0.65 198.75 0.38 0.25
Hex 28 49 58 37 11 0 41 C7 26 19
Octal 50 111 130 67 21 0 101 307 46 31
Binary 101000 1001001 1011000 110111 10001 0 1000001 11000111 100110 11001

Color Harmonies of #284958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284958

Black with #284958

Text Example


Text Example

White with #284958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284958; }

 p { color: rgb(40,73,88); }

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

background-color css

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

 a { background-color: rgb(40,73,88); }

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

border-color css

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

 span { border-color: rgb(40,73,88); }

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