#23565D

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

Shades of Teal Blue #23565D

Tints of Teal Blue #23565D

Color information

#23565D (or 0x23565D) is unknown color: approx Teal Blue. HEX triplet: 23, 56 and 5D. RGB value is (35,86,93). Sum of RGB (Red+Green+Blue) = 35+86+93=214 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.36% from 214); Green value is 86 (33.98% from 255 or 40.19% from 214); Blue value is 93 (36.72% from 255 or 43.46% from 214); Max value from RGB is 93 - color contains mainly: blue. Hex color #23565D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23565D is #DCA9A2. Grayscale: #474747. Windows color (decimal): -14461347 or 6116899. OLE color: 6116899.

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

Color convert

RGB358693-
CMYK0.620.0800.64
HSL187.24º45.31%25.1%-
HSV(B)187.24º62.37%36.47%-
XYZ67.811.55-
YUV71.55140.1101.93-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.36%
GREEN value IS 86 (33.98% from 255) = 40.19%
BLUE value IS 93 (36.72% from 255) = 43.46%
R=16.36%
G=40.19%
B=43.46%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3586930.620.0800.64187.2445.3125.1
Hex23565D3E8040bb2d19
Octal43126135761001002735531
Binary100011101011010111011111101000010000001011101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23565D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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