#284B57

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

Shades of Teal Blue #284B57

Tints of Teal Blue #284B57

Color information

#284B57 (or 0x284B57) is unknown color: approx Teal Blue. HEX triplet: 28, 4B and 57. RGB value is (40,75,87). Sum of RGB (Red+Green+Blue) = 40+75+87=202 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.80% from 202); Green value is 75 (29.69% from 255 or 37.13% from 202); Blue value is 87 (34.38% from 255 or 43.07% from 202); Max value from RGB is 87 - color contains mainly: blue. Hex color #284B57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284B57 is #D7B4A8. Grayscale: #414141. Windows color (decimal): -14136489 or 5720872. OLE color: 5720872.

HSL color Cylindrical-coordinate representation of color #284B57: hue angle of 195.32º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #284B57 is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB407587-
CMYK0.540.1400.66
HSL195.32º37.01%24.9%-
HSV(B)195.32º54.02%34.12%-
XYZ5.116.179.94-
YUV65.9139.9109.52-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.80%
GREEN value IS 75 (29.69% from 255) = 37.13%
BLUE value IS 87 (34.38% from 255) = 43.07%
R=19.80%
G=37.13%
B=43.07%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4075870.540.1400.66195.3237.0124.9
Hex284B5736E042c32519
Octal50113127661601023034531
Binary101000100101110101111101101110010000101100001110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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