Html Css Color HEX #365073 St Tropaz

📋 copy color: '#365073'

red 54 ◦ green 80 ◦ blue 115

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

Shades of St Tropaz #365073

Tints of St Tropaz #365073

RGB

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

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

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

R = 21.69%
G = 32.13%
B = 46.18%

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

#365073 (or 0x365073) is known color: St Tropaz. HEX triplet: 36, 50 and 73. RGB value is (54,80,115). Sum of RGB (Red+Green+Blue) = 54+80+115=249 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.69% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 115 (45.31% from 255 or 46.18% from 249); Max value from RGB is 115 - color contains mainly: blue. Hex color #365073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365073 is #C9AF8C. Grayscale: #4C4C4C. Windows color (decimal): -13217677 or 7557174. OLE color: 7557174.

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

Color convert

RGB 54 80 115 -
CMYK 0.53 0.30 0 0.55
HSL 214.43º 0.36% 0.33% -
HSV(B) 214.43º 0.53% 0.45% -
XYZ 7.48 7.76 17.32 -
YUV 76.22 149.89 112.15 -
System Red Green Blue C M Y K H S L
Decimal 54 80 115 0.53 0.30 0 0.55 214.43 0.36 0.33
Hex 36 50 73 35 1E 0 37 D6 24 21
Octal 66 120 163 65 36 0 67 326 44 41
Binary 110110 1010000 1110011 110101 11110 0 110111 11010110 100100 100001

Color Harmonies of #365073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365073

Black with #365073

Text Example


Text Example

White with #365073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365073; }

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

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

background-color css

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

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

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

border-color css

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

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

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