#365C8C

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

Shades of St Tropaz #365C8C

Tints of St Tropaz #365C8C

Color information

#365C8C (or 0x365C8C) is unknown color: approx St Tropaz. HEX triplet: 36, 5C and 8C. RGB value is (54,92,140). Sum of RGB (Red+Green+Blue) = 54+92+140=286 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.88% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 140 (55.08% from 255 or 48.95% from 286); Max value from RGB is 140 - color contains mainly: blue. Hex color #365C8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365C8C is #C9A373. Grayscale: #555555. Windows color (decimal): -13214580 or 9198646. OLE color: 9198646.

HSL color Cylindrical-coordinate representation of color #365C8C: hue angle of 213.49º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #365C8C is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5492140-
CMYK0.610.3400.45
HSL213.49º44.33%38.04%-
HSV(B)213.49º61.43%54.9%-
XYZ10.0810.3326.27-
YUV86.11158.41105.1-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.88%
GREEN value IS 92 (36.33% from 255) = 32.17%
BLUE value IS 140 (55.08% from 255) = 48.95%
R=18.88%
G=32.17%
B=48.95%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal54921400.610.3400.45213.4944.3338.04
Hex365C8C3D2202Dd52c26
Octal6613421475420553255446
Binary110110101110010001100111101100010010110111010101101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365C8C; }

 p { color: rgb(54,92,140); }

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

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

 a { background-color: rgb(54,92,140); }

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

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

 span { border-color: rgb(54,92,140); }

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