#234C57

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

Shades of Teal Blue #234C57

Tints of Teal Blue #234C57

Color information

#234C57 (or 0x234C57) is unknown color: approx Teal Blue. HEX triplet: 23, 4C and 57. RGB value is (35,76,87). Sum of RGB (Red+Green+Blue) = 35+76+87=198 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.68% from 198); Green value is 76 (30.08% from 255 or 38.38% from 198); Blue value is 87 (34.38% from 255 or 43.94% from 198); Max value from RGB is 87 - color contains mainly: blue. Hex color #234C57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234C57 is #DCB3A8. Grayscale: #404040. Windows color (decimal): -14463913 or 5721123. OLE color: 5721123.

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

Color convert

RGB357687-
CMYK0.600.1300.66
HSL192.69º42.62%23.92%-
HSV(B)192.69º59.77%34.12%-
XYZ56.219.95-
YUV65140.42106.61-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.68%
GREEN value IS 76 (30.08% from 255) = 38.38%
BLUE value IS 87 (34.38% from 255) = 43.94%
R=17.68%
G=38.38%
B=43.94%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3576870.600.1300.66192.6942.6223.92
Hex234C573CD042c12b18
Octal43114127741501023015330
Binary100011100110010101111111001101010000101100000110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234C57; }

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

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

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

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

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

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

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

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