#234B50

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

Shades of Teal Blue #234B50

Tints of Teal Blue #234B50

Color information

#234B50 (or 0x234B50) is unknown color: approx Teal Blue. HEX triplet: 23, 4B and 50. RGB value is (35,75,80). Sum of RGB (Red+Green+Blue) = 35+75+80=190 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.42% from 190); Green value is 75 (29.69% from 255 or 39.47% from 190); Blue value is 80 (31.64% from 255 or 42.11% from 190); Max value from RGB is 80 - color contains mainly: blue. Hex color #234B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234B50 is #DCB4AF. Grayscale: #3F3F3F. Windows color (decimal): -14464176 or 5262115. OLE color: 5262115.

HSL color Cylindrical-coordinate representation of color #234B50: hue angle of 186.67º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #234B50 is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB357580-
CMYK0.560.0600.69
HSL186.67º39.13%22.55%-
HSV(B)186.67º56.25%31.37%-
XYZ4.665.978.5-
YUV63.61137.25107.59-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.42%
GREEN value IS 75 (29.69% from 255) = 39.47%
BLUE value IS 80 (31.64% from 255) = 42.11%
R=18.42%
G=39.47%
B=42.11%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3575800.560.0600.69186.6739.1322.55
Hex234B50386045bb2717
Octal4311312070601052734727
Binary10001110010111010000111000110010001011011101110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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