#234957

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

Shades of Teal Blue #234957

Tints of Teal Blue #234957

Color information

#234957 (or 0x234957) is unknown color: approx Teal Blue. HEX triplet: 23, 49 and 57. RGB value is (35,73,87). Sum of RGB (Red+Green+Blue) = 35+73+87=195 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.95% from 195); Green value is 73 (28.91% from 255 or 37.44% from 195); Blue value is 87 (34.38% from 255 or 44.62% from 195); Max value from RGB is 87 - color contains mainly: blue. Hex color #234957 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234957 is #DCB6A8. Grayscale: #3F3F3F. Windows color (decimal): -14464681 or 5720355. OLE color: 5720355.

HSL color Cylindrical-coordinate representation of color #234957: hue angle of 196.15º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #234957 is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB357387-
CMYK0.600.1600.66
HSL196.15º42.62%23.92%-
HSV(B)196.15º59.77%34.12%-
XYZ4.85.819.89-
YUV63.23141.41107.86-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.95%
GREEN value IS 73 (28.91% from 255) = 37.44%
BLUE value IS 87 (34.38% from 255) = 44.62%
R=17.95%
G=37.44%
B=44.62%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3573870.600.1600.66196.1542.6223.92
Hex2349573C10042c42b18
Octal43111127742001023045330
Binary1000111001001101011111110010000010000101100010010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234957; }

 p { color: rgb(35,73,87); }

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

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

 a { background-color: rgb(35,73,87); }

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

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

 span { border-color: rgb(35,73,87); }

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