#264F82

Color #264F82 St Tropaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of St Tropaz #264F82

Tints of St Tropaz #264F82

Color information

#264F82 (or 0x264F82) is unknown color: approx St Tropaz. HEX triplet: 26, 4F and 82. RGB value is (38,79,130). Sum of RGB (Red+Green+Blue) = 38+79+130=247 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.38% from 247); Green value is 79 (31.25% from 255 or 31.98% from 247); Blue value is 130 (51.17% from 255 or 52.63% from 247); Max value from RGB is 130 - color contains mainly: blue. Hex color #264F82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #264F82 is #D9B07D. Grayscale: #484848. Windows color (decimal): -14266494 or 8539942. OLE color: 8539942.

HSL color Cylindrical-coordinate representation of color #264F82: hue angle of 213.26º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #264F82 is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3879130-
CMYK0.710.3900.49
HSL213.26º54.76%32.94%-
HSV(B)213.26º70.77%50.98%-
XYZ7.627.6222.19-
YUV72.56160.42103.35-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.38%
GREEN value IS 79 (31.25% from 255) = 31.98%
BLUE value IS 130 (51.17% from 255) = 52.63%
R=15.38%
G=31.98%
B=52.63%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal38791300.710.3900.49213.2654.7632.94
Hex264F824727031d53721
Octal46117202107470613256741
Binary1001101001111100000101000111100111011000111010101110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,79,130); }

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

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

 a { background-color: rgb(38,79,130); }

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

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

 span { border-color: rgb(38,79,130); }

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