#264B54

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

Shades of Teal Blue #264B54

Tints of Teal Blue #264B54

Color information

#264B54 (or 0x264B54) is unknown color: approx Teal Blue. HEX triplet: 26, 4B and 54. RGB value is (38,75,84). Sum of RGB (Red+Green+Blue) = 38+75+84=197 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.29% from 197); Green value is 75 (29.69% from 255 or 38.07% from 197); Blue value is 84 (33.20% from 255 or 42.64% from 197); Max value from RGB is 84 - color contains mainly: blue. Hex color #264B54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264B54 is #D9B4AB. Grayscale: #404040. Windows color (decimal): -14267564 or 5524262. OLE color: 5524262.

HSL color Cylindrical-coordinate representation of color #264B54: hue angle of 191.74º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #264B54 is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB387584-
CMYK0.550.1100.67
HSL191.74º37.7%23.92%-
HSV(B)191.74º54.76%32.94%-
XYZ4.926.089.3-
YUV64.96138.74108.77-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.29%
GREEN value IS 75 (29.69% from 255) = 38.07%
BLUE value IS 84 (33.20% from 255) = 42.64%
R=19.29%
G=38.07%
B=42.64%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3875840.550.1100.67191.7437.723.92
Hex264B5437B043c02618
Octal46113124671301033004630
Binary100110100101110101001101111011010000111100000010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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