#234B55

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

Shades of Teal Blue #234B55

Tints of Teal Blue #234B55

Color information

#234B55 (or 0x234B55) is unknown color: approx Teal Blue. HEX triplet: 23, 4B and 55. RGB value is (35,75,85). Sum of RGB (Red+Green+Blue) = 35+75+85=195 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.95% from 195); Green value is 75 (29.69% from 255 or 38.46% from 195); Blue value is 85 (33.59% from 255 or 43.59% from 195); Max value from RGB is 85 - color contains mainly: blue. Hex color #234B55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234B55 is #DCB4AA. Grayscale: #404040. Windows color (decimal): -14464171 or 5589795. OLE color: 5589795.

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

Color convert

RGB357585-
CMYK0.590.1200.67
HSL192º41.67%23.53%-
HSV(B)192º58.82%33.33%-
XYZ4.856.059.51-
YUV64.18139.75107.19-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.95%
GREEN value IS 75 (29.69% from 255) = 38.46%
BLUE value IS 85 (33.59% from 255) = 43.59%
R=17.95%
G=38.46%
B=43.59%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3575850.590.1200.6719241.6723.53
Hex234B553BC043c02a18
Octal43113125731401033005230
Binary100011100101110101011110111100010000111100000010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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