Html Css Color HEX #365077 St Tropaz

📋 copy color: '#365077'

red 54 ◦ green 80 ◦ blue 119

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

Shades of St Tropaz #365077

Tints of St Tropaz #365077

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.62%

 BLUE value IS 119 (46.88% from 255) = 47.04%

R = 21.34%
G = 31.62%
B = 47.04%

CMYK

 C value IS 0.55

 M value IS 0.33

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#365077 (or 0x365077) is known color: St Tropaz. HEX triplet: 36, 50 and 77. RGB value is (54,80,119). Sum of RGB (Red+Green+Blue) = 54+80+119=253 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.34% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 119 (46.88% from 255 or 47.04% from 253); Max value from RGB is 119 - color contains mainly: blue. Hex color #365077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365077 is #C9AF88. Grayscale: #4C4C4C. Windows color (decimal): -13217673 or 7819318. OLE color: 7819318.

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

Color convert

RGB 54 80 119 -
CMYK 0.55 0.33 0 0.53
HSL 216º 0.38% 0.34% -
HSV(B) 216º 0.55% 0.47% -
XYZ 7.72 7.85 18.56 -
YUV 76.67 151.89 111.83 -
System Red Green Blue C M Y K H S L
Decimal 54 80 119 0.55 0.33 0 0.53 216 0.38 0.34
Hex 36 50 77 37 21 0 35 D8 26 22
Octal 66 120 167 67 41 0 65 330 46 42
Binary 110110 1010000 1110111 110111 100001 0 110101 11011000 100110 100010

Color Harmonies of #365077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365077

Black with #365077

Text Example


Text Example

White with #365077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365077; }

 p { color: rgb(54,80,119); }

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

background-color css

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

 a { background-color: rgb(54,80,119); }

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

border-color css

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

 span { border-color: rgb(54,80,119); }

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