Html Css Color HEX #234C58 Teal Blue

📋 copy color: '#234C58'

red 35 ◦ green 76 ◦ blue 88

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

Shades of Teal Blue #234C58

Tints of Teal Blue #234C58

RGB

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

 GREEN value IS 76 (30.08% from 255) = 38.19%

 BLUE value IS 88 (34.77% from 255) = 44.22%

R = 17.59%
G = 38.19%
B = 44.22%

CMYK

 C value IS 0.60

 M value IS 0.14

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#234C58 (or 0x234C58) is known color: Teal Blue. HEX triplet: 23, 4C and 58. RGB value is (35,76,88). Sum of RGB (Red+Green+Blue) = 35+76+88=199 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.59% from 199); Green value is 76 (30.08% from 255 or 38.19% from 199); Blue value is 88 (34.77% from 255 or 44.22% from 199); Max value from RGB is 88 - color contains mainly: blue. Hex color #234C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234C58 is #DCB3A7. Grayscale: #414141. Windows color (decimal): -14463912 or 5786659. OLE color: 5786659.

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

Color convert

RGB 35 76 88 -
CMYK 0.60 0.14 0 0.65
HSL 193.58º 0.43% 0.24% -
HSV(B) 193.58º 0.6% 0.35% -
XYZ 5.04 6.23 10.17 -
YUV 65.11 140.92 106.52 -
System Red Green Blue C M Y K H S L
Decimal 35 76 88 0.60 0.14 0 0.65 193.58 0.43 0.24
Hex 23 4C 58 3C E 0 41 C2 2B 18
Octal 43 114 130 74 16 0 101 302 53 30
Binary 100011 1001100 1011000 111100 1110 0 1000001 11000010 101011 11000

Color Harmonies of #234C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234C58

Black with #234C58

Text Example


Text Example

White with #234C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,76,88); }

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

background-color css

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

 a { background-color: rgb(35,76,88); }

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

border-color css

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

 span { border-color: rgb(35,76,88); }

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