#234B5A

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

Shades of Teal Blue #234B5A

Tints of Teal Blue #234B5A

Color information

#234B5A (or 0x234B5A) is unknown color: approx Teal Blue. HEX triplet: 23, 4B and 5A. RGB value is (35,75,90). Sum of RGB (Red+Green+Blue) = 35+75+90=200 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.5% from 200); Green value is 75 (29.69% from 255 or 37.5% from 200); Blue value is 90 (35.55% from 255 or 45% from 200); Max value from RGB is 90 - color contains mainly: blue. Hex color #234B5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234B5A is #DCB4A5. Grayscale: #404040. Windows color (decimal): -14464166 or 5917475. OLE color: 5917475.

HSL color Cylindrical-coordinate representation of color #234B5A: hue angle of 196.36º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #234B5A is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB357590-
CMYK0.610.1700.65
HSL196.36º44%24.51%-
HSV(B)196.36º61.11%35.29%-
XYZ5.056.1310.59-
YUV64.75142.25106.78-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.5%
GREEN value IS 75 (29.69% from 255) = 37.5%
BLUE value IS 90 (35.55% from 255) = 45%
R=17.5%
G=37.5%
B=45%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3575900.610.1700.65196.364424.51
Hex234B5A3D11041c42c19
Octal43113132752101013045431
Binary1000111001011101101011110110001010000011100010010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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