#365D8A

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

Shades of St Tropaz #365D8A

Tints of St Tropaz #365D8A

Color information

#365D8A (or 0x365D8A) is unknown color: approx St Tropaz. HEX triplet: 36, 5D and 8A. RGB value is (54,93,138). Sum of RGB (Red+Green+Blue) = 54+93+138=285 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.95% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 138 (54.30% from 255 or 48.42% from 285); Max value from RGB is 138 - color contains mainly: blue. Hex color #365D8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365D8A is #C9A275. Grayscale: #565656. Windows color (decimal): -13214326 or 9067830. OLE color: 9067830.

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

Color convert

RGB5493138-
CMYK0.610.3300.46
HSL212.14º43.75%37.65%-
HSV(B)212.14º60.87%54.12%-
XYZ10.0210.4525.53-
YUV86.47157.08104.84-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.95%
GREEN value IS 93 (36.72% from 255) = 32.63%
BLUE value IS 138 (54.30% from 255) = 48.42%
R=18.95%
G=32.63%
B=48.42%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal54931380.610.3300.46212.1443.7537.65
Hex365D8A3D2102Ed42c26
Octal6613521275410563245446
Binary110110101110110001010111101100001010111011010100101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,93,138); }

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

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

 a { background-color: rgb(54,93,138); }

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

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

 span { border-color: rgb(54,93,138); }

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