Html Css Color HEX #234A57 Teal Blue

📋 copy color: '#234A57'

red 35 ◦ green 74 ◦ blue 87

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

Shades of Teal Blue #234A57

Tints of Teal Blue #234A57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 44.39%

R = 17.86%
G = 37.76%
B = 44.39%

CMYK

 C value IS 0.60

 M value IS 0.15

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#234A57 (or 0x234A57) is known color: Teal Blue. HEX triplet: 23, 4A and 57. RGB value is (35,74,87). Sum of RGB (Red+Green+Blue) = 35+74+87=196 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.86% from 196); Green value is 74 (29.30% from 255 or 37.76% from 196); Blue value is 87 (34.38% from 255 or 44.39% from 196); Max value from RGB is 87 - color contains mainly: blue. Hex color #234A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234A57 is #DCB5A8. Grayscale: #3F3F3F. Windows color (decimal): -14464425 or 5720611. OLE color: 5720611.

HSL color Cylindrical-coordinate representation of color #234A57: hue angle of 195º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #234A57 is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 35 74 87 -
CMYK 0.60 0.15 0 0.66
HSL 195º 0.43% 0.24% -
HSV(B) 195º 0.6% 0.34% -
XYZ 4.86 5.94 9.91 -
YUV 63.82 141.08 107.44 -
System Red Green Blue C M Y K H S L
Decimal 35 74 87 0.60 0.15 0 0.66 195 0.43 0.24
Hex 23 4A 57 3C F 0 42 C3 2B 18
Octal 43 112 127 74 17 0 102 303 53 30
Binary 100011 1001010 1010111 111100 1111 0 1000010 11000011 101011 11000

Color Harmonies of #234A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234A57

Black with #234A57

Text Example


Text Example

White with #234A57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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