#284B53

Color #284B53 Teal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal Blue #284B53

Tints of Teal Blue #284B53

Color information

#284B53 (or 0x284B53) is unknown color: approx Teal Blue. HEX triplet: 28, 4B and 53. RGB value is (40,75,83). Sum of RGB (Red+Green+Blue) = 40+75+83=198 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.20% from 198); Green value is 75 (29.69% from 255 or 37.88% from 198); Blue value is 83 (32.81% from 255 or 41.92% from 198); Max value from RGB is 83 - color contains mainly: blue. Hex color #284B53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284B53 is #D7B4AC. Grayscale: #414141. Windows color (decimal): -14136493 or 5458728. OLE color: 5458728.

HSL color Cylindrical-coordinate representation of color #284B53: hue angle of 191.16º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #284B53 is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB407583-
CMYK0.520.1000.67
HSL191.16º34.96%24.12%-
HSV(B)191.16º51.81%32.55%-
XYZ4.956.119.1-
YUV65.45137.9109.85-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.20%
GREEN value IS 75 (29.69% from 255) = 37.88%
BLUE value IS 83 (32.81% from 255) = 41.92%
R=20.20%
G=37.88%
B=41.92%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4075830.520.1000.67191.1634.9624.12
Hex284B5334A043bf2318
Octal50113123641201032774330
Binary101000100101110100111101001010010000111011111110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,75,83); }

 H1.HeaderClassName
 {
   color: #284B53;
 }
 .AnyTagClassName
 {
   color: #284B53;
 }
</style>
background-color css

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

 a { background-color: rgb(40,75,83); }

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

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

 span { border-color: rgb(40,75,83); }

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