#264851

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

Shades of Teal Blue #264851

Tints of Teal Blue #264851

Color information

#264851 (or 0x264851) is unknown color: approx Teal Blue. HEX triplet: 26, 48 and 51. RGB value is (38,72,81). Sum of RGB (Red+Green+Blue) = 38+72+81=191 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.90% from 191); Green value is 72 (28.52% from 255 or 37.70% from 191); Blue value is 81 (32.03% from 255 or 42.41% from 191); Max value from RGB is 81 - color contains mainly: blue. Hex color #264851 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264851 is #D9B7AE. Grayscale: #3E3E3E. Windows color (decimal): -14268335 or 5326886. OLE color: 5326886.

HSL color Cylindrical-coordinate representation of color #264851: hue angle of 192.56º 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 #264851 is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB387281-
CMYK0.530.1100.68
HSL192.56º36.13%23.33%-
HSV(B)192.56º53.09%31.76%-
XYZ4.65.648.63-
YUV62.86138.24110.27-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.90%
GREEN value IS 72 (28.52% from 255) = 37.70%
BLUE value IS 81 (32.03% from 255) = 42.41%
R=19.90%
G=37.70%
B=42.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3872810.530.1100.68192.5636.1323.33
Hex26485135B044c12417
Octal46110121651301043014427
Binary100110100100010100011101011011010001001100000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264851; }

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

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

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

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

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

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

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

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