#365274

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

Shades of St Tropaz #365274

Tints of St Tropaz #365274

Color information

#365274 (or 0x365274) is unknown color: approx St Tropaz. HEX triplet: 36, 52 and 74. RGB value is (54,82,116). Sum of RGB (Red+Green+Blue) = 54+82+116=252 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.43% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 116 (45.70% from 255 or 46.03% from 252); Max value from RGB is 116 - color contains mainly: blue. Hex color #365274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365274 is #C9AD8B. Grayscale: #4D4D4D. Windows color (decimal): -13217164 or 7623222. OLE color: 7623222.

HSL color Cylindrical-coordinate representation of color #365274: hue angle of 212.9º 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 #365274 is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5482116-
CMYK0.530.2900.55
HSL212.9º36.47%33.33%-
HSV(B)212.9º53.45%45.49%-
XYZ7.698.0817.68-
YUV77.5149.72111.24-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.43%
GREEN value IS 82 (32.42% from 255) = 32.54%
BLUE value IS 116 (45.70% from 255) = 46.03%
R=21.43%
G=32.54%
B=46.03%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54821160.530.2900.55212.936.4733.33
Hex365274351D037d52421
Octal6612216465350673254441
Binary1101101010010111010011010111101011011111010101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365274; }

 p { color: rgb(54,82,116); }

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

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

 a { background-color: rgb(54,82,116); }

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

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

 span { border-color: rgb(54,82,116); }

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