#264652

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

Shades of Teal Blue #264652

Tints of Teal Blue #264652

Color information

#264652 (or 0x264652) is unknown color: approx Teal Blue. HEX triplet: 26, 46 and 52. RGB value is (38,70,82). Sum of RGB (Red+Green+Blue) = 38+70+82=190 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 82 (32.42% from 255 or 43.16% from 190); Max value from RGB is 82 - color contains mainly: blue. Hex color #264652 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264652 is #D9B9AD. Grayscale: #3D3D3D. Windows color (decimal): -14268846 or 5391910. OLE color: 5391910.

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

Color convert

RGB387082-
CMYK0.540.1500.68
HSL196.36º36.67%23.53%-
HSV(B)196.36º53.66%32.16%-
XYZ4.515.48.79-
YUV61.8139.4111.02-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20%
GREEN value IS 70 (27.73% from 255) = 36.84%
BLUE value IS 82 (32.42% from 255) = 43.16%
R=20%
G=36.84%
B=43.16%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3870820.540.1500.68196.3636.6723.53
Hex26465236F044c42518
Octal46106122661701043044530
Binary100110100011010100101101101111010001001100010010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264652; }

 p { color: rgb(38,70,82); }

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

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

 a { background-color: rgb(38,70,82); }

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

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

 span { border-color: rgb(38,70,82); }

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