#365881

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

Shades of St Tropaz #365881

Tints of St Tropaz #365881

Color information

#365881 (or 0x365881) is unknown color: approx St Tropaz. HEX triplet: 36, 58 and 81. RGB value is (54,88,129). Sum of RGB (Red+Green+Blue) = 54+88+129=271 (35% of max value = 765). Red value is 54 (21.48% from 255 or 19.93% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 129 (50.78% from 255 or 47.60% from 271); Max value from RGB is 129 - color contains mainly: blue. Hex color #365881 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365881 is #C9A77E. Grayscale: #525252. Windows color (decimal): -13215615 or 8476726. OLE color: 8476726.

HSL color Cylindrical-coordinate representation of color #365881: hue angle of 212.8º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #365881 is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5488129-
CMYK0.580.3200.49
HSL212.8º40.98%35.88%-
HSV(B)212.8º58.14%50.59%-
XYZ8.979.3522.1-
YUV82.51154.24107.67-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.93%
GREEN value IS 88 (34.77% from 255) = 32.47%
BLUE value IS 129 (50.78% from 255) = 47.60%
R=19.93%
G=32.47%
B=47.60%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54881290.580.3200.49212.840.9835.88
Hex3658813A20031d52924
Octal6613020172400613255144
Binary110110101100010000001111010100000011000111010101101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365881; }

 p { color: rgb(54,88,129); }

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

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

 a { background-color: rgb(54,88,129); }

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

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

 span { border-color: rgb(54,88,129); }

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