#234757

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

Shades of Teal Blue #234757

Tints of Teal Blue #234757

Color information

#234757 (or 0x234757) is unknown color: approx Teal Blue. HEX triplet: 23, 47 and 57. RGB value is (35,71,87). Sum of RGB (Red+Green+Blue) = 35+71+87=193 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.13% from 193); Green value is 71 (28.12% from 255 or 36.79% from 193); Blue value is 87 (34.38% from 255 or 45.08% from 193); Max value from RGB is 87 - color contains mainly: blue. Hex color #234757 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234757 is #DCB8A8. Grayscale: #3D3D3D. Windows color (decimal): -14465193 or 5719843. OLE color: 5719843.

HSL color Cylindrical-coordinate representation of color #234757: hue angle of 198.46º 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 #234757 is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB357187-
CMYK0.600.1800.66
HSL198.46º42.62%23.92%-
HSV(B)198.46º59.77%34.12%-
XYZ4.675.559.84-
YUV62.06142.07108.7-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.13%
GREEN value IS 71 (28.12% from 255) = 36.79%
BLUE value IS 87 (34.38% from 255) = 45.08%
R=18.13%
G=36.79%
B=45.08%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3571870.600.1800.66198.4642.6223.92
Hex2347573C12042c62b18
Octal43107127742201023065330
Binary1000111000111101011111110010010010000101100011010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234757; }

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

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

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

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

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

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

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

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