Html Css Color HEX #23474C Teal Blue

📋 copy color: '#23474C'

red 35 ◦ green 71 ◦ blue 76

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

Shades of Teal Blue #23474C

Tints of Teal Blue #23474C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 41.76%

R = 19.23%
G = 39.01%
B = 41.76%

CMYK

 C value IS 0.54

 M value IS 0.07

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#23474C (or 0x23474C) is known color: Teal Blue. HEX triplet: 23, 47 and 4C. RGB value is (35,71,76). Sum of RGB (Red+Green+Blue) = 35+71+76=182 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.23% from 182); Green value is 71 (28.12% from 255 or 39.01% from 182); Blue value is 76 (30.08% from 255 or 41.76% from 182); Max value from RGB is 76 - color contains mainly: blue. Hex color #23474C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23474C is #DCB8B3. Grayscale: #3C3C3C. Windows color (decimal): -14465204 or 4998947. OLE color: 4998947.

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

Color convert

RGB 35 71 76 -
CMYK 0.54 0.07 0 0.70
HSL 187.32º 0.37% 0.22% -
HSV(B) 187.32º 0.54% 0.3% -
XYZ 4.25 5.39 7.65 -
YUV 60.81 136.57 109.59 -
System Red Green Blue C M Y K H S L
Decimal 35 71 76 0.54 0.07 0 0.70 187.32 0.37 0.22
Hex 23 47 4C 36 7 0 46 BB 25 16
Octal 43 107 114 66 7 0 106 273 45 26
Binary 100011 1000111 1001100 110110 111 0 1000110 10111011 100101 10110

Color Harmonies of #23474C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23474C

Black with #23474C

Text Example


Text Example

White with #23474C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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