#234857

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

Shades of Teal Blue #234857

Tints of Teal Blue #234857

Color information

#234857 (or 0x234857) is unknown color: approx Teal Blue. HEX triplet: 23, 48 and 57. RGB value is (35,72,87). Sum of RGB (Red+Green+Blue) = 35+72+87=194 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.04% from 194); Green value is 72 (28.52% from 255 or 37.11% from 194); Blue value is 87 (34.38% from 255 or 44.85% from 194); Max value from RGB is 87 - color contains mainly: blue. Hex color #234857 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234857 is #DCB7A8. Grayscale: #3E3E3E. Windows color (decimal): -14464937 or 5720099. OLE color: 5720099.

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

Color convert

RGB357287-
CMYK0.600.1700.66
HSL197.31º42.62%23.92%-
HSV(B)197.31º59.77%34.12%-
XYZ4.735.689.86-
YUV62.65141.74108.28-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.04%
GREEN value IS 72 (28.52% from 255) = 37.11%
BLUE value IS 87 (34.38% from 255) = 44.85%
R=18.04%
G=37.11%
B=44.85%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3572870.600.1700.66197.3142.6223.92
Hex2348573C11042c52b18
Octal43110127742101023055330
Binary1000111001000101011111110010001010000101100010110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234857; }

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

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

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

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

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

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

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

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