#264754

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

Shades of Teal Blue #264754

Tints of Teal Blue #264754

Color information

#264754 (or 0x264754) is unknown color: approx Teal Blue. HEX triplet: 26, 47 and 54. RGB value is (38,71,84). Sum of RGB (Red+Green+Blue) = 38+71+84=193 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.69% from 193); Green value is 71 (28.12% from 255 or 36.79% from 193); Blue value is 84 (33.20% from 255 or 43.52% from 193); Max value from RGB is 84 - color contains mainly: blue. Hex color #264754 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264754 is #D9B8AB. Grayscale: #3E3E3E. Windows color (decimal): -14268588 or 5523238. OLE color: 5523238.

HSL color Cylindrical-coordinate representation of color #264754: hue angle of 196.96º 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 #264754 is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB387184-
CMYK0.550.1500.67
HSL196.96º37.7%23.92%-
HSV(B)196.96º54.76%32.94%-
XYZ4.655.569.22-
YUV62.62140.07110.44-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.69%
GREEN value IS 71 (28.12% from 255) = 36.79%
BLUE value IS 84 (33.20% from 255) = 43.52%
R=19.69%
G=36.79%
B=43.52%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3871840.550.1500.67196.9637.723.92
Hex26475437F043c52618
Octal46107124671701033054630
Binary100110100011110101001101111111010000111100010110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264754; }

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

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

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

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

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

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

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

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