#264958

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

Shades of Teal Blue #264958

Tints of Teal Blue #264958

Color information

#264958 (or 0x264958) is unknown color: approx Teal Blue. HEX triplet: 26, 49 and 58. RGB value is (38,73,88). Sum of RGB (Red+Green+Blue) = 38+73+88=199 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.10% from 199); Green value is 73 (28.91% from 255 or 36.68% from 199); Blue value is 88 (34.77% from 255 or 44.22% from 199); Max value from RGB is 88 - color contains mainly: blue. Hex color #264958 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264958 is #D9B6A7. Grayscale: #404040. Windows color (decimal): -14268072 or 5785894. OLE color: 5785894.

HSL color Cylindrical-coordinate representation of color #264958: hue angle of 198º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #264958 is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB387388-
CMYK0.570.1700.65
HSL198º39.68%24.71%-
HSV(B)198º56.82%34.51%-
XYZ4.945.8810.11-
YUV64.24141.4109.28-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.10%
GREEN value IS 73 (28.91% from 255) = 36.68%
BLUE value IS 88 (34.77% from 255) = 44.22%
R=19.10%
G=36.68%
B=44.22%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3873880.570.1700.6519839.6824.71
Hex2649583911041c62819
Octal46111130712101013065031
Binary1001101001001101100011100110001010000011100011010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264958; }

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

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

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

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

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

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

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

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