#264856

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

Shades of Teal Blue #264856

Tints of Teal Blue #264856

Color information

#264856 (or 0x264856) is unknown color: approx Teal Blue. HEX triplet: 26, 48 and 56. RGB value is (38,72,86). Sum of RGB (Red+Green+Blue) = 38+72+86=196 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.39% from 196); Green value is 72 (28.52% from 255 or 36.73% from 196); Blue value is 86 (33.98% from 255 or 43.88% from 196); Max value from RGB is 86 - color contains mainly: blue. Hex color #264856 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264856 is #D9B7A9. Grayscale: #3F3F3F. Windows color (decimal): -14268330 or 5654566. OLE color: 5654566.

HSL color Cylindrical-coordinate representation of color #264856: hue angle of 197.5º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #264856 is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB387286-
CMYK0.560.1600.66
HSL197.5º38.71%24.31%-
HSV(B)197.5º55.81%33.73%-
XYZ4.85.729.66-
YUV63.43140.74109.86-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.39%
GREEN value IS 72 (28.52% from 255) = 36.73%
BLUE value IS 86 (33.98% from 255) = 43.88%
R=19.39%
G=36.73%
B=43.88%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3872860.560.1600.66197.538.7124.31
Hex2648563810042c62718
Octal46110126702001023064730
Binary1001101001000101011011100010000010000101100011010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264856; }

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

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

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

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

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

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

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

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