#23565F

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

Shades of Teal Blue #23565F

Tints of Teal Blue #23565F

Color information

#23565F (or 0x23565F) is unknown color: approx Teal Blue. HEX triplet: 23, 56 and 5F. RGB value is (35,86,95). Sum of RGB (Red+Green+Blue) = 35+86+95=216 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.20% from 216); Green value is 86 (33.98% from 255 or 39.81% from 216); Blue value is 95 (37.5% from 255 or 43.98% from 216); Max value from RGB is 95 - color contains mainly: blue. Hex color #23565F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23565F is #DCA9A0. Grayscale: #474747. Windows color (decimal): -14461345 or 6247971. OLE color: 6247971.

HSL color Cylindrical-coordinate representation of color #23565F: hue angle of 189º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #23565F is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB358695-
CMYK0.630.0900.63
HSL189º46.15%25.49%-
HSV(B)189º63.16%37.25%-
XYZ6.097.8412.02-
YUV71.78141.1101.77-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.20%
GREEN value IS 86 (33.98% from 255) = 39.81%
BLUE value IS 95 (37.5% from 255) = 43.98%
R=16.20%
G=39.81%
B=43.98%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3586950.630.0900.6318946.1525.49
Hex23565F3F903Fbd2e19
Octal4312613777110772755631
Binary10001110101101011111111111100101111111011110110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23565F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23565F; }

 p { color: rgb(35,86,95); }

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

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

 a { background-color: rgb(35,86,95); }

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

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

 span { border-color: rgb(35,86,95); }

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