#305057

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

Shades of Teal Blue #305057

Tints of Teal Blue #305057

Color information

#305057 (or 0x305057) is unknown color: approx Teal Blue. HEX triplet: 30, 50 and 57. RGB value is (48,80,87). Sum of RGB (Red+Green+Blue) = 48+80+87=215 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.33% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 87 (34.38% from 255 or 40.47% from 215); Max value from RGB is 87 - color contains mainly: blue. Hex color #305057 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305057 is #CFAFA8. Grayscale: #474747. Windows color (decimal): -13610921 or 5722160. OLE color: 5722160.

HSL color Cylindrical-coordinate representation of color #305057: hue angle of 190.77º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #305057 is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB488087-
CMYK0.450.0800.66
HSL190.77º28.89%26.47%-
HSV(B)190.77º44.83%34.12%-
XYZ5.817.0510.07-
YUV71.23136.9111.43-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.33%
GREEN value IS 80 (31.64% from 255) = 37.21%
BLUE value IS 87 (34.38% from 255) = 40.47%
R=22.33%
G=37.21%
B=40.47%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4880870.450.0800.66190.7728.8926.47
Hex3050572D8042bf1d1a
Octal60120127551001022773532
Binary11000010100001010111101101100001000010101111111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305057; }

 p { color: rgb(48,80,87); }

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

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

 a { background-color: rgb(48,80,87); }

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

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

 span { border-color: rgb(48,80,87); }

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