#234C51

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

Shades of Teal Blue #234C51

Tints of Teal Blue #234C51

Color information

#234C51 (or 0x234C51) is unknown color: approx Teal Blue. HEX triplet: 23, 4C and 51. RGB value is (35,76,81). Sum of RGB (Red+Green+Blue) = 35+76+81=192 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.23% from 192); Green value is 76 (30.08% from 255 or 39.58% from 192); Blue value is 81 (32.03% from 255 or 42.19% from 192); Max value from RGB is 81 - color contains mainly: blue. Hex color #234C51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234C51 is #DCB3AE. Grayscale: #404040. Windows color (decimal): -14463919 or 5327907. OLE color: 5327907.

HSL color Cylindrical-coordinate representation of color #234C51: hue angle of 186.52º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #234C51 is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB357681-
CMYK0.570.0600.68
HSL186.52º39.66%22.75%-
HSV(B)186.52º56.79%31.76%-
XYZ4.766.128.71-
YUV64.31137.42107.09-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.23%
GREEN value IS 76 (30.08% from 255) = 39.58%
BLUE value IS 81 (32.03% from 255) = 42.19%
R=18.23%
G=39.58%
B=42.19%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3576810.570.0600.68186.5239.6622.75
Hex234C51396044bb2817
Octal4311412171601042735027
Binary10001110011001010001111001110010001001011101110100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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