#264951

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

Shades of Teal Blue #264951

Tints of Teal Blue #264951

Color information

#264951 (or 0x264951) is unknown color: approx Teal Blue. HEX triplet: 26, 49 and 51. RGB value is (38,73,81). Sum of RGB (Red+Green+Blue) = 38+73+81=192 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.79% from 192); Green value is 73 (28.91% from 255 or 38.02% from 192); Blue value is 81 (32.03% from 255 or 42.19% from 192); Max value from RGB is 81 - color contains mainly: blue. Hex color #264951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264951 is #D9B6AE. Grayscale: #3F3F3F. Windows color (decimal): -14268079 or 5327142. OLE color: 5327142.

HSL color Cylindrical-coordinate representation of color #264951: hue angle of 191.16º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #264951 is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB387381-
CMYK0.530.1000.68
HSL191.16º36.13%23.33%-
HSV(B)191.16º53.09%31.76%-
XYZ4.675.778.65-
YUV63.45137.9109.85-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.79%
GREEN value IS 73 (28.91% from 255) = 38.02%
BLUE value IS 81 (32.03% from 255) = 42.19%
R=19.79%
G=38.02%
B=42.19%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3873810.530.1000.68191.1636.1323.33
Hex26495135A044bf2417
Octal46111121651201042774427
Binary100110100100110100011101011010010001001011111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264951; }

 p { color: rgb(38,73,81); }

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

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

 a { background-color: rgb(38,73,81); }

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

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

 span { border-color: rgb(38,73,81); }

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