#264654

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

Shades of Teal Blue #264654

Tints of Teal Blue #264654

Color information

#264654 (or 0x264654) is unknown color: approx Teal Blue. HEX triplet: 26, 46 and 54. RGB value is (38,70,84). Sum of RGB (Red+Green+Blue) = 38+70+84=192 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.79% from 192); Green value is 70 (27.73% from 255 or 36.46% from 192); Blue value is 84 (33.20% from 255 or 43.75% from 192); Max value from RGB is 84 - color contains mainly: blue. Hex color #264654 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264654 is #D9B9AB. Grayscale: #3D3D3D. Windows color (decimal): -14268844 or 5522982. OLE color: 5522982.

HSL color Cylindrical-coordinate representation of color #264654: hue angle of 198.26º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #264654 is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB387084-
CMYK0.550.1700.67
HSL198.26º37.7%23.92%-
HSV(B)198.26º54.76%32.94%-
XYZ4.595.439.19-
YUV62.03140.4110.86-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.79%
GREEN value IS 70 (27.73% from 255) = 36.46%
BLUE value IS 84 (33.20% from 255) = 43.75%
R=19.79%
G=36.46%
B=43.75%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3870840.550.1700.67198.2637.723.92
Hex2646543711043c62618
Octal46106124672101033064630
Binary1001101000110101010011011110001010000111100011010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264654; }

 p { color: rgb(38,70,84); }

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

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

 a { background-color: rgb(38,70,84); }

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

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

 span { border-color: rgb(38,70,84); }

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