Html Css Color HEX #23474D Teal Blue

📋 copy color: '#23474D'

red 35 ◦ green 71 ◦ blue 77

#23474D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teal Blue #23474D

Tints of Teal Blue #23474D

RGB

 RED value IS 35 (14.06% from 255) = 19.13%

 GREEN value IS 71 (28.13% from 255) = 38.8%

 BLUE value IS 77 (30.47% from 255) = 42.08%

R = 19.13%
G = 38.8%
B = 42.08%

CMYK

 C value IS 0.55

 M value IS 0.08

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#23474D (or 0x23474D) is known color: Teal Blue. HEX triplet: 23, 47 and 4D. RGB value is (35,71,77). Sum of RGB (Red+Green+Blue) = 35+71+77=183 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.13% from 183); Green value is 71 (28.12% from 255 or 38.80% from 183); Blue value is 77 (30.47% from 255 or 42.08% from 183); Max value from RGB is 77 - color contains mainly: blue. Hex color #23474D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23474D is #DCB8B2. Grayscale: #3C3C3C. Windows color (decimal): -14465203 or 5064483. OLE color: 5064483.

HSL color Cylindrical-coordinate representation of color #23474D: hue angle of 188.57º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #23474D is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 35 71 77 -
CMYK 0.55 0.08 0 0.70
HSL 188.57º 0.38% 0.22% -
HSV(B) 188.57º 0.55% 0.3% -
XYZ 4.29 5.4 7.84 -
YUV 60.92 137.07 109.51 -
System Red Green Blue C M Y K H S L
Decimal 35 71 77 0.55 0.08 0 0.70 188.57 0.38 0.22
Hex 23 47 4D 37 8 0 46 BD 26 16
Octal 43 107 115 67 10 0 106 275 46 26
Binary 100011 1000111 1001101 110111 1000 0 1000110 10111101 100110 10110

Color Harmonies of #23474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23474D

Black with #23474D

Text Example


Text Example

White with #23474D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,71,77); }

 H1.HeaderClassName
 {
   color: #23474D;
 }
 .AnyTagClassName
 {
   color: #23474D;
 }
</style>

background-color css

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

 a { background-color: rgb(35,71,77); }

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

border-color css

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

 span { border-color: rgb(35,71,77); }

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