#264E5B

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

Shades of Teal Blue #264E5B

Tints of Teal Blue #264E5B

Color information

#264E5B (or 0x264E5B) is unknown color: approx Teal Blue. HEX triplet: 26, 4E and 5B. RGB value is (38,78,91). Sum of RGB (Red+Green+Blue) = 38+78+91=207 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.36% from 207); Green value is 78 (30.86% from 255 or 37.68% from 207); Blue value is 91 (35.94% from 255 or 43.96% from 207); Max value from RGB is 91 - color contains mainly: blue. Hex color #264E5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #264E5B is #D9B1A4. Grayscale: #434343. Windows color (decimal): -14266789 or 5983782. OLE color: 5983782.

HSL color Cylindrical-coordinate representation of color #264E5B: hue angle of 194.72º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #264E5B is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB387891-
CMYK0.580.1400.64
HSL194.72º41.09%25.29%-
HSV(B)194.72º58.24%35.69%-
XYZ5.416.6210.89-
YUV67.52141.25106.94-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.36%
GREEN value IS 78 (30.86% from 255) = 37.68%
BLUE value IS 91 (35.94% from 255) = 43.96%
R=18.36%
G=37.68%
B=43.96%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3878910.580.1400.64194.7241.0925.29
Hex264E5B3AE040c32919
Octal46116133721601003035131
Binary100110100111010110111110101110010000001100001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264E5B; }

 p { color: rgb(38,78,91); }

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

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

 a { background-color: rgb(38,78,91); }

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

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

 span { border-color: rgb(38,78,91); }

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