Html Css Color HEX #23464D Teal Blue

📋 copy color: '#23464D'

red 35 ◦ green 70 ◦ blue 77

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

Shades of Teal Blue #23464D

Tints of Teal Blue #23464D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 38.46%

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

R = 19.23%
G = 38.46%
B = 42.31%

CMYK

 C value IS 0.55

 M value IS 0.09

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#23464D (or 0x23464D) is known color: Teal Blue. HEX triplet: 23, 46 and 4D. RGB value is (35,70,77). Sum of RGB (Red+Green+Blue) = 35+70+77=182 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.23% from 182); Green value is 70 (27.73% from 255 or 38.46% from 182); Blue value is 77 (30.47% from 255 or 42.31% from 182); Max value from RGB is 77 - color contains mainly: blue. Hex color #23464D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23464D is #DCB9B2. Grayscale: #3C3C3C. Windows color (decimal): -14465459 or 5064227. OLE color: 5064227.

HSL color Cylindrical-coordinate representation of color #23464D: hue angle of 190º 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 #23464D is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 35 70 77 -
CMYK 0.55 0.09 0 0.70
HSL 190º 0.38% 0.22% -
HSV(B) 190º 0.55% 0.3% -
XYZ 4.22 5.27 7.82 -
YUV 60.33 137.4 109.93 -
System Red Green Blue C M Y K H S L
Decimal 35 70 77 0.55 0.09 0 0.70 190 0.38 0.22
Hex 23 46 4D 37 9 0 46 BE 26 16
Octal 43 106 115 67 11 0 106 276 46 26
Binary 100011 1000110 1001101 110111 1001 0 1000110 10111110 100110 10110

Color Harmonies of #23464D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23464D

Black with #23464D

Text Example


Text Example

White with #23464D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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