#284B58

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

Shades of Teal Blue #284B58

Tints of Teal Blue #284B58

Color information

#284B58 (or 0x284B58) is unknown color: approx Teal Blue. HEX triplet: 28, 4B and 58. RGB value is (40,75,88). Sum of RGB (Red+Green+Blue) = 40+75+88=203 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.70% from 203); Green value is 75 (29.69% from 255 or 36.95% from 203); Blue value is 88 (34.77% from 255 or 43.35% from 203); Max value from RGB is 88 - color contains mainly: blue. Hex color #284B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284B58 is #D7B4A7. Grayscale: #414141. Windows color (decimal): -14136488 or 5786408. OLE color: 5786408.

HSL color Cylindrical-coordinate representation of color #284B58: hue angle of 196.25º degrees, saturation: 0.37, 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 #284B58 is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB407588-
CMYK0.550.1500.65
HSL196.25º37.5%25.1%-
HSV(B)196.25º54.55%34.51%-
XYZ5.156.1910.16-
YUV66.02140.4109.44-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.70%
GREEN value IS 75 (29.69% from 255) = 36.95%
BLUE value IS 88 (34.77% from 255) = 43.35%
R=19.70%
G=36.95%
B=43.35%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4075880.550.1500.65196.2537.525.1
Hex284B5837F041c42519
Octal50113130671701013044531
Binary101000100101110110001101111111010000011100010010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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