Html Css Color HEX #23535B Teal Blue

📋 copy color: '#23535B'

red 35 ◦ green 83 ◦ blue 91

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

Shades of Teal Blue #23535B

Tints of Teal Blue #23535B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 39.71%

 BLUE value IS 91 (35.94% from 255) = 43.54%

R = 16.75%
G = 39.71%
B = 43.54%

CMYK

 C value IS 0.62

 M value IS 0.09

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#23535B (or 0x23535B) is known color: Teal Blue. HEX triplet: 23, 53 and 5B. RGB value is (35,83,91). Sum of RGB (Red+Green+Blue) = 35+83+91=209 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.75% from 209); Green value is 83 (32.81% from 255 or 39.71% from 209); Blue value is 91 (35.94% from 255 or 43.54% from 209); Max value from RGB is 91 - color contains mainly: blue. Hex color #23535B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23535B is #DCACA4. Grayscale: #454545. Windows color (decimal): -14462117 or 5985059. OLE color: 5985059.

HSL color Cylindrical-coordinate representation of color #23535B: hue angle of 188.57º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #23535B is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 35 83 91 -
CMYK 0.62 0.09 0 0.64
HSL 188.57º 0.44% 0.25% -
HSV(B) 188.57º 0.62% 0.36% -
XYZ 5.67 7.3 11.01 -
YUV 69.56 140.1 103.35 -
System Red Green Blue C M Y K H S L
Decimal 35 83 91 0.62 0.09 0 0.64 188.57 0.44 0.25
Hex 23 53 5B 3E 9 0 40 BD 2C 19
Octal 43 123 133 76 11 0 100 275 54 31
Binary 100011 1010011 1011011 111110 1001 0 1000000 10111101 101100 11001

Color Harmonies of #23535B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23535B

Black with #23535B

Text Example


Text Example

White with #23535B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23535B; }

 p { color: rgb(35,83,91); }

 H1.HeaderClassName
 {
   color: #23535B;
 }
 .AnyTagClassName
 {
   color: #23535B;
 }
</style>

background-color css

<style>
 a { background-color: #23535B; }

 a { background-color: rgb(35,83,91); }

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

border-color css

<style>
 span { border-color: #23535B; }

 span { border-color: rgb(35,83,91); }

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