#264F5C

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

Shades of Teal Blue #264F5C

Tints of Teal Blue #264F5C

Color information

#264F5C (or 0x264F5C) is unknown color: approx Teal Blue. HEX triplet: 26, 4F and 5C. RGB value is (38,79,92). Sum of RGB (Red+Green+Blue) = 38+79+92=209 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.18% from 209); Green value is 79 (31.25% from 255 or 37.80% from 209); Blue value is 92 (36.33% from 255 or 44.02% from 209); Max value from RGB is 92 - color contains mainly: blue. Hex color #264F5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #264F5C is #D9B0A3. Grayscale: #444444. Windows color (decimal): -14266532 or 6049574. OLE color: 6049574.

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

Color convert

RGB387992-
CMYK0.590.1400.64
HSL194.44º41.54%25.49%-
HSV(B)194.44º58.7%36.08%-
XYZ5.536.7811.14-
YUV68.22141.42106.44-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.18%
GREEN value IS 79 (31.25% from 255) = 37.80%
BLUE value IS 92 (36.33% from 255) = 44.02%
R=18.18%
G=37.80%
B=44.02%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3879920.590.1400.64194.4441.5425.49
Hex264F5C3BE040c22a19
Octal46117134731601003025231
Binary100110100111110111001110111110010000001100001010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,79,92); }

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

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

 a { background-color: rgb(38,79,92); }

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

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

 span { border-color: rgb(38,79,92); }

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