Html Css Color HEX #23484D Teal Blue

📋 copy color: '#23484D'

red 35 ◦ green 72 ◦ blue 77

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

Shades of Teal Blue #23484D

Tints of Teal Blue #23484D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 39.13%

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

R = 19.02%
G = 39.13%
B = 41.85%

CMYK

 C value IS 0.55

 M value IS 0.06

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#23484D (or 0x23484D) is known color: Teal Blue. HEX triplet: 23, 48 and 4D. RGB value is (35,72,77). Sum of RGB (Red+Green+Blue) = 35+72+77=184 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.02% from 184); Green value is 72 (28.52% from 255 or 39.13% from 184); Blue value is 77 (30.47% from 255 or 41.85% from 184); Max value from RGB is 77 - color contains mainly: blue. Hex color #23484D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23484D is #DCB7B2. Grayscale: #3D3D3D. Windows color (decimal): -14464947 or 5064739. OLE color: 5064739.

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

Color convert

RGB 35 72 77 -
CMYK 0.55 0.06 0 0.70
HSL 187.14º 0.38% 0.22% -
HSV(B) 187.14º 0.55% 0.3% -
XYZ 4.35 5.53 7.86 -
YUV 61.51 136.74 109.09 -
System Red Green Blue C M Y K H S L
Decimal 35 72 77 0.55 0.06 0 0.70 187.14 0.38 0.22
Hex 23 48 4D 37 6 0 46 BB 26 16
Octal 43 110 115 67 6 0 106 273 46 26
Binary 100011 1001000 1001101 110111 110 0 1000110 10111011 100110 10110

Color Harmonies of #23484D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23484D

Black with #23484D

Text Example


Text Example

White with #23484D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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