Html Css Color HEX #365377 St Tropaz

📋 copy color: '#365377'

red 54 ◦ green 83 ◦ blue 119

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

Shades of St Tropaz #365377

Tints of St Tropaz #365377

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.42%

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

R = 21.09%
G = 32.42%
B = 46.48%

CMYK

 C value IS 0.55

 M value IS 0.30

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#365377 (or 0x365377) is known color: St Tropaz. HEX triplet: 36, 53 and 77. RGB value is (54,83,119). Sum of RGB (Red+Green+Blue) = 54+83+119=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 83 (32.81% from 255 or 32.42% from 256); Blue value is 119 (46.88% from 255 or 46.48% from 256); Max value from RGB is 119 - color contains mainly: blue. Hex color #365377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365377 is #C9AC88. Grayscale: #4E4E4E. Windows color (decimal): -13216905 or 7820086. OLE color: 7820086.

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

Color convert

RGB 54 83 119 -
CMYK 0.55 0.30 0 0.53
HSL 213.23º 0.38% 0.34% -
HSV(B) 213.23º 0.55% 0.47% -
XYZ 7.94 8.3 18.64 -
YUV 78.43 150.89 110.57 -
System Red Green Blue C M Y K H S L
Decimal 54 83 119 0.55 0.30 0 0.53 213.23 0.38 0.34
Hex 36 53 77 37 1E 0 35 D5 26 22
Octal 66 123 167 67 36 0 65 325 46 42
Binary 110110 1010011 1110111 110111 11110 0 110101 11010101 100110 100010

Color Harmonies of #365377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365377

Black with #365377

Text Example


Text Example

White with #365377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365377; }

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

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

background-color css

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

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

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

border-color css

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

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

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