Html Css Color HEX #23474E Teal Blue

📋 copy color: '#23474E'

red 35 ◦ green 71 ◦ blue 78

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

Shades of Teal Blue #23474E

Tints of Teal Blue #23474E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 42.39%

R = 19.02%
G = 38.59%
B = 42.39%

CMYK

 C value IS 0.55

 M value IS 0.09

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#23474E (or 0x23474E) is known color: Teal Blue. HEX triplet: 23, 47 and 4E. RGB value is (35,71,78). Sum of RGB (Red+Green+Blue) = 35+71+78=184 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.02% from 184); Green value is 71 (28.12% from 255 or 38.59% from 184); Blue value is 78 (30.86% from 255 or 42.39% from 184); Max value from RGB is 78 - color contains mainly: blue. Hex color #23474E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23474E is #DCB8B1. Grayscale: #3C3C3C. Windows color (decimal): -14465202 or 5130019. OLE color: 5130019.

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

Color convert

RGB 35 71 78 -
CMYK 0.55 0.09 0 0.69
HSL 189.77º 0.38% 0.22% -
HSV(B) 189.77º 0.55% 0.31% -
XYZ 4.32 5.41 8.02 -
YUV 61.03 137.57 109.43 -
System Red Green Blue C M Y K H S L
Decimal 35 71 78 0.55 0.09 0 0.69 189.77 0.38 0.22
Hex 23 47 4E 37 9 0 45 BE 26 16
Octal 43 107 116 67 11 0 105 276 46 26
Binary 100011 1000111 1001110 110111 1001 0 1000101 10111110 100110 10110

Color Harmonies of #23474E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23474E

Black with #23474E

Text Example


Text Example

White with #23474E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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