Html Css Color HEX #234753 Teal Blue

📋 copy color: '#234753'

red 35 ◦ green 71 ◦ blue 83

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

Shades of Teal Blue #234753

Tints of Teal Blue #234753

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 43.92%

R = 18.52%
G = 37.57%
B = 43.92%

CMYK

 C value IS 0.58

 M value IS 0.14

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#234753 (or 0x234753) is known color: Teal Blue. HEX triplet: 23, 47 and 53. RGB value is (35,71,83). Sum of RGB (Red+Green+Blue) = 35+71+83=189 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.52% from 189); Green value is 71 (28.12% from 255 or 37.57% from 189); Blue value is 83 (32.81% from 255 or 43.92% from 189); Max value from RGB is 83 - color contains mainly: blue. Hex color #234753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234753 is #DCB8AC. Grayscale: #3D3D3D. Windows color (decimal): -14465197 or 5457699. OLE color: 5457699.

HSL color Cylindrical-coordinate representation of color #234753: hue angle of 195º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #234753 is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 35 71 83 -
CMYK 0.58 0.14 0 0.67
HSL 195º 0.41% 0.23% -
HSV(B) 195º 0.58% 0.33% -
XYZ 4.51 5.49 9.01 -
YUV 61.6 140.07 109.02 -
System Red Green Blue C M Y K H S L
Decimal 35 71 83 0.58 0.14 0 0.67 195 0.41 0.23
Hex 23 47 53 3A E 0 43 C3 29 17
Octal 43 107 123 72 16 0 103 303 51 27
Binary 100011 1000111 1010011 111010 1110 0 1000011 11000011 101001 10111

Color Harmonies of #234753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234753

Black with #234753

Text Example


Text Example

White with #234753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234753; }

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

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

background-color css

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

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

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

border-color css

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

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

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