#234B5B

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

Shades of Teal Blue #234B5B

Tints of Teal Blue #234B5B

Color information

#234B5B (or 0x234B5B) is unknown color: approx Teal Blue. HEX triplet: 23, 4B and 5B. RGB value is (35,75,91). Sum of RGB (Red+Green+Blue) = 35+75+91=201 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.41% from 201); Green value is 75 (29.69% from 255 or 37.31% from 201); Blue value is 91 (35.94% from 255 or 45.27% from 201); Max value from RGB is 91 - color contains mainly: blue. Hex color #234B5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234B5B is #DCB4A4. Grayscale: #404040. Windows color (decimal): -14464165 or 5983011. OLE color: 5983011.

HSL color Cylindrical-coordinate representation of color #234B5B: hue angle of 197.14º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #234B5B is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB357591-
CMYK0.620.1800.64
HSL197.14º44.44%24.71%-
HSV(B)197.14º61.54%35.69%-
XYZ5.16.1410.81-
YUV64.86142.75106.7-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.41%
GREEN value IS 75 (29.69% from 255) = 37.31%
BLUE value IS 91 (35.94% from 255) = 45.27%
R=17.41%
G=37.31%
B=45.27%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3575910.620.1800.64197.1444.4424.71
Hex234B5B3E12040c52c19
Octal43113133762201003055431
Binary1000111001011101101111111010010010000001100010110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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