Html Css Color HEX #365479 St Tropaz

📋 copy color: '#365479'

red 54 ◦ green 84 ◦ blue 121

#365479
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of St Tropaz #365479

Tints of St Tropaz #365479

RGB

 RED value IS 54 (21.48% from 255) = 20.85%

 GREEN value IS 84 (33.2% from 255) = 32.43%

 BLUE value IS 121 (47.66% from 255) = 46.72%

R = 20.85%
G = 32.43%
B = 46.72%

CMYK

 C value IS 0.55

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#365479 (or 0x365479) is known color: St Tropaz. HEX triplet: 36, 54 and 79. RGB value is (54,84,121). Sum of RGB (Red+Green+Blue) = 54+84+121=259 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.85% from 259); Green value is 84 (33.20% from 255 or 32.43% from 259); Blue value is 121 (47.66% from 255 or 46.72% from 259); Max value from RGB is 121 - color contains mainly: blue. Hex color #365479 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365479 is #C9AB86. Grayscale: #4F4F4F. Windows color (decimal): -13216647 or 7951414. OLE color: 7951414.

HSL color Cylindrical-coordinate representation of color #365479: hue angle of 213.13º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #365479 is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 54 84 121 -
CMYK 0.55 0.31 0 0.53
HSL 213.13º 0.38% 0.34% -
HSV(B) 213.13º 0.55% 0.47% -
XYZ 8.14 8.51 19.3 -
YUV 79.25 151.56 109.99 -
System Red Green Blue C M Y K H S L
Decimal 54 84 121 0.55 0.31 0 0.53 213.13 0.38 0.34
Hex 36 54 79 37 1F 0 35 D5 26 22
Octal 66 124 171 67 37 0 65 325 46 42
Binary 110110 1010100 1111001 110111 11111 0 110101 11010101 100110 100010

Color Harmonies of #365479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365479

Black with #365479

Text Example


Text Example

White with #365479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365479; }

 p { color: rgb(54,84,121); }

 H1.HeaderClassName
 {
   color: #365479;
 }
 .AnyTagClassName
 {
   color: #365479;
 }
</style>

background-color css

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

 a { background-color: rgb(54,84,121); }

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

border-color css

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

 span { border-color: rgb(54,84,121); }

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