#264C5A

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

Shades of Teal Blue #264C5A

Tints of Teal Blue #264C5A

Color information

#264C5A (or 0x264C5A) is unknown color: approx Teal Blue. HEX triplet: 26, 4C and 5A. RGB value is (38,76,90). Sum of RGB (Red+Green+Blue) = 38+76+90=204 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.63% from 204); Green value is 76 (30.08% from 255 or 37.25% from 204); Blue value is 90 (35.55% from 255 or 44.12% from 204); Max value from RGB is 90 - color contains mainly: blue. Hex color #264C5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264C5A is #D9B3A5. Grayscale: #424242. Windows color (decimal): -14267302 or 5917734. OLE color: 5917734.

HSL color Cylindrical-coordinate representation of color #264C5A: hue angle of 196.15º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #264C5A is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB387690-
CMYK0.580.1600.65
HSL196.15º40.62%25.1%-
HSV(B)196.15º57.78%35.29%-
XYZ5.236.3210.62-
YUV66.23141.41107.86-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.63%
GREEN value IS 76 (30.08% from 255) = 37.25%
BLUE value IS 90 (35.55% from 255) = 44.12%
R=18.63%
G=37.25%
B=44.12%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3876900.580.1600.65196.1540.6225.1
Hex264C5A3A10041c42919
Octal46114132722001013045131
Binary1001101001100101101011101010000010000011100010010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,76,90); }

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

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

 a { background-color: rgb(38,76,90); }

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

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

 span { border-color: rgb(38,76,90); }

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