#234C55

Color #234C55 Teal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal Blue #234C55

Tints of Teal Blue #234C55

Color information

#234C55 (or 0x234C55) is unknown color: approx Teal Blue. HEX triplet: 23, 4C and 55. RGB value is (35,76,85). Sum of RGB (Red+Green+Blue) = 35+76+85=196 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.86% from 196); Green value is 76 (30.08% from 255 or 38.78% from 196); Blue value is 85 (33.59% from 255 or 43.37% from 196); Max value from RGB is 85 - color contains mainly: blue. Hex color #234C55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234C55 is #DCB3AA. Grayscale: #404040. Windows color (decimal): -14463915 or 5590051. OLE color: 5590051.

HSL color Cylindrical-coordinate representation of color #234C55: hue angle of 190.8º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #234C55 is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB357685-
CMYK0.590.1100.67
HSL190.8º41.67%23.53%-
HSV(B)190.8º58.82%33.33%-
XYZ4.926.189.53-
YUV64.77139.42106.77-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.86%
GREEN value IS 76 (30.08% from 255) = 38.78%
BLUE value IS 85 (33.59% from 255) = 43.37%
R=17.86%
G=38.78%
B=43.37%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3576850.590.1100.67190.841.6723.53
Hex234C553BB043bf2a18
Octal43114125731301032775230
Binary100011100110010101011110111011010000111011111110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #234C55;
 }
 .AnyTagClassName
 {
   color: #234C55;
 }
</style>
background-color css

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

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

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

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

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

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