#234B54

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

Shades of Teal Blue #234B54

Tints of Teal Blue #234B54

Color information

#234B54 (or 0x234B54) is unknown color: approx Teal Blue. HEX triplet: 23, 4B and 54. RGB value is (35,75,84). Sum of RGB (Red+Green+Blue) = 35+75+84=194 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.04% from 194); Green value is 75 (29.69% from 255 or 38.66% from 194); Blue value is 84 (33.20% from 255 or 43.30% from 194); Max value from RGB is 84 - color contains mainly: blue. Hex color #234B54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234B54 is #DCB4AB. Grayscale: #3F3F3F. Windows color (decimal): -14464172 or 5524259. OLE color: 5524259.

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

Color convert

RGB357584-
CMYK0.580.1100.67
HSL191.02º41.18%23.33%-
HSV(B)191.02º58.33%32.94%-
XYZ4.816.039.3-
YUV64.07139.25107.27-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.04%
GREEN value IS 75 (29.69% from 255) = 38.66%
BLUE value IS 84 (33.20% from 255) = 43.30%
R=18.04%
G=38.66%
B=43.30%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3575840.580.1100.67191.0241.1823.33
Hex234B543AB043bf2917
Octal43113124721301032775127
Binary100011100101110101001110101011010000111011111110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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