#23505D

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

Shades of Teal Blue #23505D

Tints of Teal Blue #23505D

Color information

#23505D (or 0x23505D) is unknown color: approx Teal Blue. HEX triplet: 23, 50 and 5D. RGB value is (35,80,93). Sum of RGB (Red+Green+Blue) = 35+80+93=208 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.83% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 93 (36.72% from 255 or 44.71% from 208); Max value from RGB is 93 - color contains mainly: blue. Hex color #23505D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23505D is #DCAFA2. Grayscale: #434343. Windows color (decimal): -14462883 or 6115363. OLE color: 6115363.

HSL color Cylindrical-coordinate representation of color #23505D: hue angle of 193.45º degrees, saturation: 0.45, 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 #23505D is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB358093-
CMYK0.620.1400.64
HSL193.45º45.31%25.1%-
HSV(B)193.45º62.37%36.47%-
XYZ5.546.8811.39-
YUV68.03142.09104.44-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.83%
GREEN value IS 80 (31.64% from 255) = 38.46%
BLUE value IS 93 (36.72% from 255) = 44.71%
R=16.83%
G=38.46%
B=44.71%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3580930.620.1400.64193.4545.3125.1
Hex23505D3EE040c12d19
Octal43120135761601003015531
Binary100011101000010111011111101110010000001100000110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23505D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23505D; }

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

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

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

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

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

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

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

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