#234F5C

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

Shades of Teal Blue #234F5C

Tints of Teal Blue #234F5C

Color information

#234F5C (or 0x234F5C) is unknown color: approx Teal Blue. HEX triplet: 23, 4F and 5C. RGB value is (35,79,92). Sum of RGB (Red+Green+Blue) = 35+79+92=206 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.99% from 206); Green value is 79 (31.25% from 255 or 38.35% from 206); Blue value is 92 (36.33% from 255 or 44.66% from 206); Max value from RGB is 92 - color contains mainly: blue. Hex color #234F5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #234F5C is #DCB0A3. Grayscale: #434343. Windows color (decimal): -14463140 or 6049571. OLE color: 6049571.

HSL color Cylindrical-coordinate representation of color #234F5C: hue angle of 193.68º 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 #234F5C is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB357992-
CMYK0.620.1400.64
HSL193.68º44.88%24.9%-
HSV(B)193.68º61.96%36.08%-
XYZ5.426.7211.14-
YUV67.33141.92104.94-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.99%
GREEN value IS 79 (31.25% from 255) = 38.35%
BLUE value IS 92 (36.33% from 255) = 44.66%
R=16.99%
G=38.35%
B=44.66%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3579920.620.1400.64193.6844.8824.9
Hex234F5C3EE040c22d19
Octal43117134761601003025531
Binary100011100111110111001111101110010000001100001010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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