#235058

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

Shades of Teal Blue #235058

Tints of Teal Blue #235058

Color information

#235058 (or 0x235058) is unknown color: approx Teal Blue. HEX triplet: 23, 50 and 58. RGB value is (35,80,88). Sum of RGB (Red+Green+Blue) = 35+80+88=203 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.24% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 88 (34.77% from 255 or 43.35% from 203); Max value from RGB is 88 - color contains mainly: blue. Hex color #235058 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235058 is #DCAFA7. Grayscale: #434343. Windows color (decimal): -14462888 or 5787683. OLE color: 5787683.

HSL color Cylindrical-coordinate representation of color #235058: hue angle of 189.06º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #235058 is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB358088-
CMYK0.600.0900.65
HSL189.06º43.09%24.12%-
HSV(B)189.06º60.23%34.51%-
XYZ5.326.810.26-
YUV67.46139.59104.85-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.24%
GREEN value IS 80 (31.64% from 255) = 39.41%
BLUE value IS 88 (34.77% from 255) = 43.35%
R=17.24%
G=39.41%
B=43.35%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3580880.600.0900.65189.0643.0924.12
Hex2350583C9041bd2b18
Octal43120130741101012755330
Binary100011101000010110001111001001010000011011110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235058; }

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

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

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

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

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

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

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

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