Html Css Color HEX #23464F Teal Blue

📋 copy color: '#23464F'

red 35 ◦ green 70 ◦ blue 79

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

Shades of Teal Blue #23464F

Tints of Teal Blue #23464F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 42.93%

R = 19.02%
G = 38.04%
B = 42.93%

CMYK

 C value IS 0.56

 M value IS 0.11

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#23464F (or 0x23464F) is known color: Teal Blue. HEX triplet: 23, 46 and 4F. RGB value is (35,70,79). Sum of RGB (Red+Green+Blue) = 35+70+79=184 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.02% from 184); Green value is 70 (27.73% from 255 or 38.04% from 184); Blue value is 79 (31.25% from 255 or 42.93% from 184); Max value from RGB is 79 - color contains mainly: blue. Hex color #23464F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23464F is #DCB9B0. Grayscale: #3C3C3C. Windows color (decimal): -14465457 or 5195299. OLE color: 5195299.

HSL color Cylindrical-coordinate representation of color #23464F: hue angle of 192.27º 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 #23464F is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 35 70 79 -
CMYK 0.56 0.11 0 0.69
HSL 192.27º 0.39% 0.22% -
HSV(B) 192.27º 0.56% 0.31% -
XYZ 4.29 5.3 8.19 -
YUV 60.56 138.4 109.77 -
System Red Green Blue C M Y K H S L
Decimal 35 70 79 0.56 0.11 0 0.69 192.27 0.39 0.22
Hex 23 46 4F 38 B 0 45 C0 27 16
Octal 43 106 117 70 13 0 105 300 47 26
Binary 100011 1000110 1001111 111000 1011 0 1000101 11000000 100111 10110

Color Harmonies of #23464F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23464F

Black with #23464F

Text Example


Text Example

White with #23464F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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