#264952

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

Shades of Teal Blue #264952

Tints of Teal Blue #264952

Color information

#264952 (or 0x264952) is unknown color: approx Teal Blue. HEX triplet: 26, 49 and 52. RGB value is (38,73,82). Sum of RGB (Red+Green+Blue) = 38+73+82=193 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.69% from 193); Green value is 73 (28.91% from 255 or 37.82% from 193); Blue value is 82 (32.42% from 255 or 42.49% from 193); Max value from RGB is 82 - color contains mainly: blue. Hex color #264952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264952 is #D9B6AD. Grayscale: #3F3F3F. Windows color (decimal): -14268078 or 5392678. OLE color: 5392678.

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

Color convert

RGB387382-
CMYK0.540.1100.68
HSL192.27º36.67%23.53%-
HSV(B)192.27º53.66%32.16%-
XYZ4.75.798.85-
YUV63.56138.4109.77-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.69%
GREEN value IS 73 (28.91% from 255) = 37.82%
BLUE value IS 82 (32.42% from 255) = 42.49%
R=19.69%
G=37.82%
B=42.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3873820.540.1100.68192.2736.6723.53
Hex26495236B044c02518
Octal46111122661301043004530
Binary100110100100110100101101101011010001001100000010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264952; }

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

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

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

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

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

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

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

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