Html Css Color HEX #365076 St Tropaz

📋 copy color: '#365076'

red 54 ◦ green 80 ◦ blue 118

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

Shades of St Tropaz #365076

Tints of St Tropaz #365076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 46.83%

R = 21.43%
G = 31.75%
B = 46.83%

CMYK

 C value IS 0.54

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#365076 (or 0x365076) is known color: St Tropaz. HEX triplet: 36, 50 and 76. RGB value is (54,80,118). Sum of RGB (Red+Green+Blue) = 54+80+118=252 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.43% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 118 (46.48% from 255 or 46.83% from 252); Max value from RGB is 118 - color contains mainly: blue. Hex color #365076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365076 is #C9AF89. Grayscale: #4C4C4C. Windows color (decimal): -13217674 or 7753782. OLE color: 7753782.

HSL color Cylindrical-coordinate representation of color #365076: hue angle of 215.62º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #365076 is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 54 80 118 -
CMYK 0.54 0.32 0 0.54
HSL 215.63º 0.37% 0.34% -
HSV(B) 215.63º 0.54% 0.46% -
XYZ 7.66 7.83 18.25 -
YUV 76.56 151.39 111.91 -
System Red Green Blue C M Y K H S L
Decimal 54 80 118 0.54 0.32 0 0.54 215.63 0.37 0.34
Hex 36 50 76 36 20 0 36 D8 25 22
Octal 66 120 166 66 40 0 66 330 45 42
Binary 110110 1010000 1110110 110110 100000 0 110110 11011000 100101 100010

Color Harmonies of #365076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365076

Black with #365076

Text Example


Text Example

White with #365076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365076; }

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

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

background-color css

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

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

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

border-color css

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

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

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