#365B8C

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

Shades of St Tropaz #365B8C

Tints of St Tropaz #365B8C

Color information

#365B8C (or 0x365B8C) is unknown color: approx St Tropaz. HEX triplet: 36, 5B and 8C. RGB value is (54,91,140). Sum of RGB (Red+Green+Blue) = 54+91+140=285 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.95% from 285); Green value is 91 (35.94% from 255 or 31.93% from 285); Blue value is 140 (55.08% from 255 or 49.12% from 285); Max value from RGB is 140 - color contains mainly: blue. Hex color #365B8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365B8C is #C9A473. Grayscale: #555555. Windows color (decimal): -13214836 or 9198390. OLE color: 9198390.

HSL color Cylindrical-coordinate representation of color #365B8C: hue angle of 214.19º 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 #365B8C is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5491140-
CMYK0.610.3500.45
HSL214.19º44.33%38.04%-
HSV(B)214.19º61.43%54.9%-
XYZ1010.1626.25-
YUV85.52158.74105.52-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.95%
GREEN value IS 91 (35.94% from 255) = 31.93%
BLUE value IS 140 (55.08% from 255) = 49.12%
R=18.95%
G=31.93%
B=49.12%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal54911400.610.3500.45214.1944.3338.04
Hex365B8C3D2302Dd62c26
Octal6613321475430553265446
Binary110110101101110001100111101100011010110111010110101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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