#265082

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

Shades of St Tropaz #265082

Tints of St Tropaz #265082

Color information

#265082 (or 0x265082) is unknown color: approx St Tropaz. HEX triplet: 26, 50 and 82. RGB value is (38,80,130). Sum of RGB (Red+Green+Blue) = 38+80+130=248 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.32% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 130 (51.17% from 255 or 52.42% from 248); Max value from RGB is 130 - color contains mainly: blue. Hex color #265082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265082 is #D9AF7D. Grayscale: #484848. Windows color (decimal): -14266238 or 8540198. OLE color: 8540198.

HSL color Cylindrical-coordinate representation of color #265082: hue angle of 212.61º 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 #265082 is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3880130-
CMYK0.710.3800.49
HSL212.61º54.76%32.94%-
HSV(B)212.61º70.77%50.98%-
XYZ7.77.7622.21-
YUV73.14160.09102.93-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.32%
GREEN value IS 80 (31.64% from 255) = 32.26%
BLUE value IS 130 (51.17% from 255) = 52.42%
R=15.32%
G=32.26%
B=52.42%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal38801300.710.3800.49212.6154.7632.94
Hex2650824726031d53721
Octal46120202107460613256741
Binary1001101010000100000101000111100110011000111010101110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265082; }

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

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

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

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

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

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

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

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