Html Css Color HEX #284A52 Teal Blue

📋 copy color: '#284A52'

red 40 ◦ green 74 ◦ blue 82

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

Shades of Teal Blue #284A52

Tints of Teal Blue #284A52

RGB

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

 GREEN value IS 74 (29.3% from 255) = 37.76%

 BLUE value IS 82 (32.42% from 255) = 41.84%

R = 20.41%
G = 37.76%
B = 41.84%

CMYK

 C value IS 0.51

 M value IS 0.10

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#284A52 (or 0x284A52) is known color: Teal Blue. HEX triplet: 28, 4A and 52. RGB value is (40,74,82). Sum of RGB (Red+Green+Blue) = 40+74+82=196 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.41% from 196); Green value is 74 (29.30% from 255 or 37.76% from 196); Blue value is 82 (32.42% from 255 or 41.84% from 196); Max value from RGB is 82 - color contains mainly: blue. Hex color #284A52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284A52 is #D7B5AD. Grayscale: #404040. Windows color (decimal): -14136750 or 5392936. OLE color: 5392936.

HSL color Cylindrical-coordinate representation of color #284A52: hue angle of 191.43º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #284A52 is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 40 74 82 -
CMYK 0.51 0.10 0 0.68
HSL 191.43º 0.34% 0.24% -
HSV(B) 191.43º 0.51% 0.32% -
XYZ 4.85 5.96 8.88 -
YUV 64.75 137.74 110.35 -
System Red Green Blue C M Y K H S L
Decimal 40 74 82 0.51 0.10 0 0.68 191.43 0.34 0.24
Hex 28 4A 52 33 A 0 44 BF 22 18
Octal 50 112 122 63 12 0 104 277 42 30
Binary 101000 1001010 1010010 110011 1010 0 1000100 10111111 100010 11000

Color Harmonies of #284A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284A52

Black with #284A52

Text Example


Text Example

White with #284A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284A52; }

 p { color: rgb(40,74,82); }

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

background-color css

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

 a { background-color: rgb(40,74,82); }

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

border-color css

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

 span { border-color: rgb(40,74,82); }

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