#284B54

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

Shades of Teal Blue #284B54

Tints of Teal Blue #284B54

Color information

#284B54 (or 0x284B54) is unknown color: approx Teal Blue. HEX triplet: 28, 4B and 54. RGB value is (40,75,84). Sum of RGB (Red+Green+Blue) = 40+75+84=199 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.10% from 199); Green value is 75 (29.69% from 255 or 37.69% from 199); Blue value is 84 (33.20% from 255 or 42.21% from 199); Max value from RGB is 84 - color contains mainly: blue. Hex color #284B54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284B54 is #D7B4AB. Grayscale: #414141. Windows color (decimal): -14136492 or 5524264. OLE color: 5524264.

HSL color Cylindrical-coordinate representation of color #284B54: hue angle of 192.27º 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 #284B54 is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB407584-
CMYK0.520.1100.67
HSL192.27º35.48%24.31%-
HSV(B)192.27º52.38%32.94%-
XYZ4.996.129.31-
YUV65.56138.4109.77-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.10%
GREEN value IS 75 (29.69% from 255) = 37.69%
BLUE value IS 84 (33.20% from 255) = 42.21%
R=20.10%
G=37.69%
B=42.21%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4075840.520.1100.67192.2735.4824.31
Hex284B5434B043c02318
Octal50113124641301033004330
Binary101000100101110101001101001011010000111100000010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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