Html Css Color HEX #365478 St Tropaz

📋 copy color: '#365478'

red 54 ◦ green 84 ◦ blue 120

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

Shades of St Tropaz #365478

Tints of St Tropaz #365478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 46.51%

R = 20.93%
G = 32.56%
B = 46.51%

CMYK

 C value IS 0.55

 M value IS 0.3

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#365478 (or 0x365478) is known color: St Tropaz. HEX triplet: 36, 54 and 78. RGB value is (54,84,120). Sum of RGB (Red+Green+Blue) = 54+84+120=258 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.93% from 258); Green value is 84 (33.20% from 255 or 32.56% from 258); Blue value is 120 (47.27% from 255 or 46.51% from 258); Max value from RGB is 120 - color contains mainly: blue. Hex color #365478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365478 is #C9AB87. Grayscale: #4E4E4E. Windows color (decimal): -13216648 or 7885878. OLE color: 7885878.

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

Color convert

RGB 54 84 120 -
CMYK 0.55 0.3 0 0.53
HSL 212.73º 0.38% 0.34% -
HSV(B) 212.73º 0.55% 0.47% -
XYZ 8.08 8.48 18.98 -
YUV 79.13 151.06 110.07 -
System Red Green Blue C M Y K H S L
Decimal 54 84 120 0.55 0.3 0 0.53 212.73 0.38 0.34
Hex 36 54 78 37 1E 0 35 D5 26 22
Octal 66 124 170 67 36 0 65 325 46 42
Binary 110110 1010100 1111000 110111 11110 0 110101 11010101 100110 100010

Color Harmonies of #365478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365478

Black with #365478

Text Example


Text Example

White with #365478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365478; }

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

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

background-color css

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

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

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

border-color css

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

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

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