Html Css Color HEX #365173 St Tropaz

📋 copy color: '#365173'

red 54 ◦ green 81 ◦ blue 115

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

Shades of St Tropaz #365173

Tints of St Tropaz #365173

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.4%

 BLUE value IS 115 (45.31% from 255) = 46%

R = 21.6%
G = 32.4%
B = 46%

CMYK

 C value IS 0.53

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#365173 (or 0x365173) is known color: St Tropaz. HEX triplet: 36, 51 and 73. RGB value is (54,81,115). Sum of RGB (Red+Green+Blue) = 54+81+115=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 115 (45.31% from 255 or 46% from 250); Max value from RGB is 115 - color contains mainly: blue. Hex color #365173 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365173 is #C9AE8C. Grayscale: #4C4C4C. Windows color (decimal): -13217421 or 7557430. OLE color: 7557430.

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

Color convert

RGB 54 81 115 -
CMYK 0.53 0.30 0 0.55
HSL 213.44º 0.36% 0.33% -
HSV(B) 213.44º 0.53% 0.45% -
XYZ 7.56 7.91 17.35 -
YUV 76.8 149.55 111.74 -
System Red Green Blue C M Y K H S L
Decimal 54 81 115 0.53 0.30 0 0.55 213.44 0.36 0.33
Hex 36 51 73 35 1E 0 37 D5 24 21
Octal 66 121 163 65 36 0 67 325 44 41
Binary 110110 1010001 1110011 110101 11110 0 110111 11010101 100100 100001

Color Harmonies of #365173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365173

Black with #365173

Text Example


Text Example

White with #365173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365173; }

 p { color: rgb(54,81,115); }

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

background-color css

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

 a { background-color: rgb(54,81,115); }

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

border-color css

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

 span { border-color: rgb(54,81,115); }

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