#28454F

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

Shades of Teal Blue #28454F

Tints of Teal Blue #28454F

Color information

#28454F (or 0x28454F) is unknown color: approx Teal Blue. HEX triplet: 28, 45 and 4F. RGB value is (40,69,79). Sum of RGB (Red+Green+Blue) = 40+69+79=188 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.28% from 188); Green value is 69 (27.34% from 255 or 36.70% from 188); Blue value is 79 (31.25% from 255 or 42.02% from 188); Max value from RGB is 79 - color contains mainly: blue. Hex color #28454F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28454F is #D7BAB0. Grayscale: #3D3D3D. Windows color (decimal): -14138033 or 5195048. OLE color: 5195048.

HSL color Cylindrical-coordinate representation of color #28454F: hue angle of 195.38º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #28454F is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB406979-
CMYK0.490.1300.69
HSL195.38º32.77%23.33%-
HSV(B)195.38º49.37%30.98%-
XYZ4.415.278.18-
YUV61.47137.89112.69-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.28%
GREEN value IS 69 (27.34% from 255) = 36.70%
BLUE value IS 79 (31.25% from 255) = 42.02%
R=21.28%
G=36.70%
B=42.02%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4069790.490.1300.69195.3832.7723.33
Hex28454F31D045c32117
Octal50105117611501053034127
Binary101000100010110011111100011101010001011100001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28454F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28454F; }

 p { color: rgb(40,69,79); }

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

<style>
 a { background-color: #28454F; }

 a { background-color: rgb(40,69,79); }

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

<style>
 span { border-color: #28454F; }

 span { border-color: rgb(40,69,79); }

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