#264D5B

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

Shades of Teal Blue #264D5B

Tints of Teal Blue #264D5B

Color information

#264D5B (or 0x264D5B) is unknown color: approx Teal Blue. HEX triplet: 26, 4D and 5B. RGB value is (38,77,91). Sum of RGB (Red+Green+Blue) = 38+77+91=206 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.45% from 206); Green value is 77 (30.47% from 255 or 37.38% from 206); Blue value is 91 (35.94% from 255 or 44.17% from 206); Max value from RGB is 91 - color contains mainly: blue. Hex color #264D5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #264D5B is #D9B2A4. Grayscale: #424242. Windows color (decimal): -14267045 or 5983526. OLE color: 5983526.

HSL color Cylindrical-coordinate representation of color #264D5B: hue angle of 195.85º 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 #264D5B is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB387791-
CMYK0.580.1500.64
HSL195.85º41.09%25.29%-
HSV(B)195.85º58.24%35.69%-
XYZ5.346.4810.87-
YUV66.94141.58107.36-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.45%
GREEN value IS 77 (30.47% from 255) = 37.38%
BLUE value IS 91 (35.94% from 255) = 44.17%
R=18.45%
G=37.38%
B=44.17%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3877910.580.1500.64195.8541.0925.29
Hex264D5B3AF040c42919
Octal46115133721701003045131
Binary100110100110110110111110101111010000001100010010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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