#364F74

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

Shades of St Tropaz #364F74

Tints of St Tropaz #364F74

Color information

#364F74 (or 0x364F74) is unknown color: approx St Tropaz. HEX triplet: 36, 4F and 74. RGB value is (54,79,116). Sum of RGB (Red+Green+Blue) = 54+79+116=249 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.69% from 249); Green value is 79 (31.25% from 255 or 31.73% from 249); Blue value is 116 (45.70% from 255 or 46.59% from 249); Max value from RGB is 116 - color contains mainly: blue. Hex color #364F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364F74 is #C9B08B. Grayscale: #4B4B4B. Windows color (decimal): -13217932 or 7622454. OLE color: 7622454.

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

Color convert

RGB5479116-
CMYK0.530.3200.55
HSL215.81º36.47%33.33%-
HSV(B)215.81º53.45%45.49%-
XYZ7.477.6417.6-
YUV75.74150.72112.49-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.69%
GREEN value IS 79 (31.25% from 255) = 31.73%
BLUE value IS 116 (45.70% from 255) = 46.59%
R=21.69%
G=31.73%
B=46.59%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54791160.530.3200.55215.8136.4733.33
Hex364F743520037d82421
Octal6611716465400673304441
Binary11011010011111110100110101100000011011111011000100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364F74; }

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

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

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

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

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

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

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

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