Html Css Color HEX #234A53 Teal Blue

📋 copy color: '#234A53'

red 35 ◦ green 74 ◦ blue 83

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

Shades of Teal Blue #234A53

Tints of Teal Blue #234A53

RGB

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

 GREEN value IS 74 (29.3% from 255) = 38.54%

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

R = 18.23%
G = 38.54%
B = 43.23%

CMYK

 C value IS 0.58

 M value IS 0.11

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#234A53 (or 0x234A53) is known color: Teal Blue. HEX triplet: 23, 4A and 53. RGB value is (35,74,83). Sum of RGB (Red+Green+Blue) = 35+74+83=192 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.23% from 192); Green value is 74 (29.30% from 255 or 38.54% from 192); Blue value is 83 (32.81% from 255 or 43.23% from 192); Max value from RGB is 83 - color contains mainly: blue. Hex color #234A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234A53 is #DCB5AC. Grayscale: #3F3F3F. Windows color (decimal): -14464429 or 5458467. OLE color: 5458467.

HSL color Cylindrical-coordinate representation of color #234A53: hue angle of 191.25º 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 #234A53 is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 35 74 83 -
CMYK 0.58 0.11 0 0.67
HSL 191.25º 0.41% 0.23% -
HSV(B) 191.25º 0.58% 0.33% -
XYZ 4.7 5.88 9.07 -
YUV 63.37 139.08 107.77 -
System Red Green Blue C M Y K H S L
Decimal 35 74 83 0.58 0.11 0 0.67 191.25 0.41 0.23
Hex 23 4A 53 3A B 0 43 BF 29 17
Octal 43 112 123 72 13 0 103 277 51 27
Binary 100011 1001010 1010011 111010 1011 0 1000011 10111111 101001 10111

Color Harmonies of #234A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234A53

Black with #234A53

Text Example


Text Example

White with #234A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234A53; }

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

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

background-color css

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

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

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

border-color css

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

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

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