Html Css Color HEX #365480 St Tropaz

📋 copy color: '#365480'

red 54 ◦ green 84 ◦ blue 128

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

Shades of St Tropaz #365480

Tints of St Tropaz #365480

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 48.12%

R = 20.3%
G = 31.58%
B = 48.12%

CMYK

 C value IS 0.58

 M value IS 0.34

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#365480 (or 0x365480) is known color: St Tropaz. HEX triplet: 36, 54 and 80. RGB value is (54,84,128). Sum of RGB (Red+Green+Blue) = 54+84+128=266 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.30% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 128 (50.39% from 255 or 48.12% from 266); Max value from RGB is 128 - color contains mainly: blue. Hex color #365480 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365480 is #C9AB7F. Grayscale: #4F4F4F. Windows color (decimal): -13216640 or 8410166. OLE color: 8410166.

HSL color Cylindrical-coordinate representation of color #365480: hue angle of 215.68º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #365480 is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 54 84 128 -
CMYK 0.58 0.34 0 0.50
HSL 215.68º 0.41% 0.36% -
HSV(B) 215.68º 0.58% 0.5% -
XYZ 8.59 8.68 21.65 -
YUV 80.05 155.06 109.42 -
System Red Green Blue C M Y K H S L
Decimal 54 84 128 0.58 0.34 0 0.50 215.68 0.41 0.36
Hex 36 54 80 3A 22 0 32 D8 29 24
Octal 66 124 200 72 42 0 62 330 51 44
Binary 110110 1010100 10000000 111010 100010 0 110010 11011000 101001 100100

Color Harmonies of #365480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365480

Black with #365480

Text Example


Text Example

White with #365480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365480; }

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

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

background-color css

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

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

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

border-color css

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

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

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