#234B57

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

Shades of Teal Blue #234B57

Tints of Teal Blue #234B57

Color information

#234B57 (or 0x234B57) is unknown color: approx Teal Blue. HEX triplet: 23, 4B and 57. RGB value is (35,75,87). Sum of RGB (Red+Green+Blue) = 35+75+87=197 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.77% from 197); Green value is 75 (29.69% from 255 or 38.07% from 197); Blue value is 87 (34.38% from 255 or 44.16% from 197); Max value from RGB is 87 - color contains mainly: blue. Hex color #234B57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234B57 is #DCB4A8. Grayscale: #404040. Windows color (decimal): -14464169 or 5720867. OLE color: 5720867.

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

Color convert

RGB357587-
CMYK0.600.1400.66
HSL193.85º42.62%23.92%-
HSV(B)193.85º59.77%34.12%-
XYZ4.936.089.93-
YUV64.41140.75107.02-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.77%
GREEN value IS 75 (29.69% from 255) = 38.07%
BLUE value IS 87 (34.38% from 255) = 44.16%
R=17.77%
G=38.07%
B=44.16%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3575870.600.1400.66193.8542.6223.92
Hex234B573CE042c22b18
Octal43113127741601023025330
Binary100011100101110101111111001110010000101100001010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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