#23484F

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

Shades of Teal Blue #23484F

Tints of Teal Blue #23484F

Color information

#23484F (or 0x23484F) is unknown color: approx Teal Blue. HEX triplet: 23, 48 and 4F. RGB value is (35,72,79). Sum of RGB (Red+Green+Blue) = 35+72+79=186 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.82% from 186); Green value is 72 (28.52% from 255 or 38.71% from 186); Blue value is 79 (31.25% from 255 or 42.47% from 186); Max value from RGB is 79 - color contains mainly: blue. Hex color #23484F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23484F is #DCB7B0. Grayscale: #3D3D3D. Windows color (decimal): -14464945 or 5195811. OLE color: 5195811.

HSL color Cylindrical-coordinate representation of color #23484F: hue angle of 189.55º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #23484F is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB357279-
CMYK0.560.0900.69
HSL189.55º38.6%22.35%-
HSV(B)189.55º55.7%30.98%-
XYZ4.425.568.24-
YUV61.74137.74108.93-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.82%
GREEN value IS 72 (28.52% from 255) = 38.71%
BLUE value IS 79 (31.25% from 255) = 42.47%
R=18.82%
G=38.71%
B=42.47%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3572790.560.0900.69189.5538.622.35
Hex23484F389045be2716
Octal43110117701101052764726
Binary100011100100010011111110001001010001011011111010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23484F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,72,79); }

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

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

 a { background-color: rgb(35,72,79); }

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

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

 span { border-color: rgb(35,72,79); }

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