#264552

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

Shades of Teal Blue #264552

Tints of Teal Blue #264552

Color information

#264552 (or 0x264552) is unknown color: approx Teal Blue. HEX triplet: 26, 45 and 52. RGB value is (38,69,82). Sum of RGB (Red+Green+Blue) = 38+69+82=189 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20.11% from 189); Green value is 69 (27.34% from 255 or 36.51% from 189); Blue value is 82 (32.42% from 255 or 43.39% from 189); Max value from RGB is 82 - color contains mainly: blue. Hex color #264552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264552 is #D9BAAD. Grayscale: #3D3D3D. Windows color (decimal): -14269102 or 5391654. OLE color: 5391654.

HSL color Cylindrical-coordinate representation of color #264552: hue angle of 197.73º 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 #264552 is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB386982-
CMYK0.540.1600.68
HSL197.73º36.67%23.53%-
HSV(B)197.73º53.66%32.16%-
XYZ4.455.288.77-
YUV61.21139.73111.44-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.11%
GREEN value IS 69 (27.34% from 255) = 36.51%
BLUE value IS 82 (32.42% from 255) = 43.39%
R=20.11%
G=36.51%
B=43.39%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3869820.540.1600.68197.7336.6723.53
Hex2645523610044c62518
Octal46105122662001043064530
Binary1001101000101101001011011010000010001001100011010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264552; }

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

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

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

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

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

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

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

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