#234F5D

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

Shades of Teal Blue #234F5D

Tints of Teal Blue #234F5D

Color information

#234F5D (or 0x234F5D) is unknown color: approx Teal Blue. HEX triplet: 23, 4F and 5D. RGB value is (35,79,93). Sum of RGB (Red+Green+Blue) = 35+79+93=207 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.91% from 207); Green value is 79 (31.25% from 255 or 38.16% from 207); Blue value is 93 (36.72% from 255 or 44.93% from 207); Max value from RGB is 93 - color contains mainly: blue. Hex color #234F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #234F5D is #DCB0A2. Grayscale: #434343. Windows color (decimal): -14463139 or 6115107. OLE color: 6115107.

HSL color Cylindrical-coordinate representation of color #234F5D: hue angle of 194.48º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #234F5D is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB357993-
CMYK0.620.1500.64
HSL194.48º45.31%25.1%-
HSV(B)194.48º62.37%36.47%-
XYZ5.466.7411.37-
YUV67.44142.42104.86-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.91%
GREEN value IS 79 (31.25% from 255) = 38.16%
BLUE value IS 93 (36.72% from 255) = 44.93%
R=16.91%
G=38.16%
B=44.93%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3579930.620.1500.64194.4845.3125.1
Hex234F5D3EF040c22d19
Octal43117135761701003025531
Binary100011100111110111011111101111010000001100001010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,79,93); }

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

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

 a { background-color: rgb(35,79,93); }

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

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

 span { border-color: rgb(35,79,93); }

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