#265056

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

Shades of Teal Blue #265056

Tints of Teal Blue #265056

Color information

#265056 (or 0x265056) is unknown color: approx Teal Blue. HEX triplet: 26, 50 and 56. RGB value is (38,80,86). Sum of RGB (Red+Green+Blue) = 38+80+86=204 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.63% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 86 (33.98% from 255 or 42.16% from 204); Max value from RGB is 86 - color contains mainly: blue. Hex color #265056 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265056 is #D9AFA9. Grayscale: #444444. Windows color (decimal): -14266282 or 5656614. OLE color: 5656614.

HSL color Cylindrical-coordinate representation of color #265056: hue angle of 187.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 #265056 is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB388086-
CMYK0.560.0700.66
HSL187.5º38.71%24.31%-
HSV(B)187.5º55.81%33.73%-
XYZ5.356.829.84-
YUV68.13138.09106.51-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.63%
GREEN value IS 80 (31.64% from 255) = 39.22%
BLUE value IS 86 (33.98% from 255) = 42.16%
R=18.63%
G=39.22%
B=42.16%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3880860.560.0700.66187.538.7124.31
Hex265056387042bc2718
Octal4612012670701022744730
Binary10011010100001010110111000111010000101011110010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265056; }

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

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

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

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

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

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

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

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