#365072

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

Shades of St Tropaz #365072

Tints of St Tropaz #365072

Color information

#365072 (or 0x365072) is unknown color: approx St Tropaz. HEX triplet: 36, 50 and 72. RGB value is (54,80,114). Sum of RGB (Red+Green+Blue) = 54+80+114=248 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.77% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 114 (44.92% from 255 or 45.97% from 248); Max value from RGB is 114 - color contains mainly: blue. Hex color #365072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365072 is #C9AF8D. Grayscale: #4B4B4B. Windows color (decimal): -13217678 or 7491638. OLE color: 7491638.

HSL color Cylindrical-coordinate representation of color #365072: hue angle of 214º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #365072 is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5480114-
CMYK0.530.3000.55
HSL214º35.71%32.94%-
HSV(B)214º52.63%44.71%-
XYZ7.437.7417.02-
YUV76.1149.39112.24-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.77%
GREEN value IS 80 (31.64% from 255) = 32.26%
BLUE value IS 114 (44.92% from 255) = 45.97%
R=21.77%
G=32.26%
B=45.97%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54801140.530.3000.5521435.7132.94
Hex365072351E037d62421
Octal6612016265360673264441
Binary1101101010000111001011010111110011011111010110100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365072; }

 p { color: rgb(54,80,114); }

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

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

 a { background-color: rgb(54,80,114); }

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

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

 span { border-color: rgb(54,80,114); }

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