#264B58

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

Shades of Teal Blue #264B58

Tints of Teal Blue #264B58

Color information

#264B58 (or 0x264B58) is unknown color: approx Teal Blue. HEX triplet: 26, 4B and 58. RGB value is (38,75,88). Sum of RGB (Red+Green+Blue) = 38+75+88=201 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.91% from 201); Green value is 75 (29.69% from 255 or 37.31% from 201); Blue value is 88 (34.77% from 255 or 43.78% from 201); Max value from RGB is 88 - color contains mainly: blue. Hex color #264B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264B58 is #D9B4A7. Grayscale: #414141. Windows color (decimal): -14267560 or 5786406. OLE color: 5786406.

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

Color convert

RGB387588-
CMYK0.570.1500.65
HSL195.6º39.68%24.71%-
HSV(B)195.6º56.82%34.51%-
XYZ5.086.1510.15-
YUV65.42140.74108.44-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.91%
GREEN value IS 75 (29.69% from 255) = 37.31%
BLUE value IS 88 (34.77% from 255) = 43.78%
R=18.91%
G=37.31%
B=43.78%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3875880.570.1500.65195.639.6824.71
Hex264B5839F041c42819
Octal46113130711701013045031
Binary100110100101110110001110011111010000011100010010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,75,88); }

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

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

 a { background-color: rgb(38,75,88); }

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

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

 span { border-color: rgb(38,75,88); }

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