#264551

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

Shades of Teal Blue #264551

Tints of Teal Blue #264551

Color information

#264551 (or 0x264551) is unknown color: approx Teal Blue. HEX triplet: 26, 45 and 51. RGB value is (38,69,81). Sum of RGB (Red+Green+Blue) = 38+69+81=188 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.21% from 188); Green value is 69 (27.34% from 255 or 36.70% from 188); Blue value is 81 (32.03% from 255 or 43.09% from 188); Max value from RGB is 81 - color contains mainly: blue. Hex color #264551 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264551 is #D9BAAE. Grayscale: #3D3D3D. Windows color (decimal): -14269103 or 5326118. OLE color: 5326118.

HSL color Cylindrical-coordinate representation of color #264551: hue angle of 196.74º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #264551 is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB386981-
CMYK0.530.1500.68
HSL196.74º36.13%23.33%-
HSV(B)196.74º53.09%31.76%-
XYZ4.415.268.57-
YUV61.1139.23111.52-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.21%
GREEN value IS 69 (27.34% from 255) = 36.70%
BLUE value IS 81 (32.03% from 255) = 43.09%
R=20.21%
G=36.70%
B=43.09%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3869810.530.1500.68196.7436.1323.33
Hex26455135F044c52417
Octal46105121651701043054427
Binary100110100010110100011101011111010001001100010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264551; }

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

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

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

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

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

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

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

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