#264E5A

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

Shades of Teal Blue #264E5A

Tints of Teal Blue #264E5A

Color information

#264E5A (or 0x264E5A) is unknown color: approx Teal Blue. HEX triplet: 26, 4E and 5A. RGB value is (38,78,90). Sum of RGB (Red+Green+Blue) = 38+78+90=206 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.45% from 206); Green value is 78 (30.86% from 255 or 37.86% from 206); Blue value is 90 (35.55% from 255 or 43.69% from 206); Max value from RGB is 90 - color contains mainly: blue. Hex color #264E5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #264E5A is #D9B1A5. Grayscale: #434343. Windows color (decimal): -14266790 or 5918246. OLE color: 5918246.

HSL color Cylindrical-coordinate representation of color #264E5A: hue angle of 193.85º 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 #264E5A is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB387890-
CMYK0.580.1300.65
HSL193.85º40.62%25.1%-
HSV(B)193.85º57.78%35.29%-
XYZ5.376.610.66-
YUV67.41140.75107.02-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.45%
GREEN value IS 78 (30.86% from 255) = 37.86%
BLUE value IS 90 (35.55% from 255) = 43.69%
R=18.45%
G=37.86%
B=43.69%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3878900.580.1300.65193.8540.6225.1
Hex264E5A3AD041c22919
Octal46116132721501013025131
Binary100110100111010110101110101101010000011100001010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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