#235259

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

Shades of Teal Blue #235259

Tints of Teal Blue #235259

Color information

#235259 (or 0x235259) is unknown color: approx Teal Blue. HEX triplet: 23, 52 and 59. RGB value is (35,82,89). Sum of RGB (Red+Green+Blue) = 35+82+89=206 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.99% from 206); Green value is 82 (32.42% from 255 or 39.81% from 206); Blue value is 89 (35.16% from 255 or 43.20% from 206); Max value from RGB is 89 - color contains mainly: blue. Hex color #235259 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235259 is #DCADA6. Grayscale: #444444. Windows color (decimal): -14462375 or 5853731. OLE color: 5853731.

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

Color convert

RGB358289-
CMYK0.610.0800.65
HSL187.78º43.55%24.31%-
HSV(B)187.78º60.67%34.9%-
XYZ5.517.1110.53-
YUV68.74139.43103.93-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.99%
GREEN value IS 82 (32.42% from 255) = 39.81%
BLUE value IS 89 (35.16% from 255) = 43.20%
R=16.99%
G=39.81%
B=43.20%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3582890.610.0800.65187.7843.5524.31
Hex2352593D8041bc2c18
Octal43122131751001012745430
Binary100011101001010110011111011000010000011011110010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235259; }

 p { color: rgb(35,82,89); }

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

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

 a { background-color: rgb(35,82,89); }

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

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

 span { border-color: rgb(35,82,89); }

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