#264550

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

Shades of Teal Blue #264550

Tints of Teal Blue #264550

Color information

#264550 (or 0x264550) is unknown color: approx Teal Blue. HEX triplet: 26, 45 and 50. RGB value is (38,69,80). Sum of RGB (Red+Green+Blue) = 38+69+80=187 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.32% from 187); Green value is 69 (27.34% from 255 or 36.90% from 187); Blue value is 80 (31.64% from 255 or 42.78% from 187); Max value from RGB is 80 - color contains mainly: blue. Hex color #264550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264550 is #D9BAAF. Grayscale: #3C3C3C. Windows color (decimal): -14269104 or 5260582. OLE color: 5260582.

HSL color Cylindrical-coordinate representation of color #264550: hue angle of 195.71º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #264550 is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB386980-
CMYK0.520.1400.69
HSL195.71º35.59%23.14%-
HSV(B)195.71º52.5%31.37%-
XYZ4.385.258.37-
YUV60.98138.73111.61-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.32%
GREEN value IS 69 (27.34% from 255) = 36.90%
BLUE value IS 80 (31.64% from 255) = 42.78%
R=20.32%
G=36.90%
B=42.78%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3869800.520.1400.69195.7135.5923.14
Hex26455034E045c42417
Octal46105120641601053044427
Binary100110100010110100001101001110010001011100010010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264550; }

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

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

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

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

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

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

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

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