Html Css Color HEX #365075 St Tropaz

📋 copy color: '#365075'

red 54 ◦ green 80 ◦ blue 117

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

Shades of St Tropaz #365075

Tints of St Tropaz #365075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 46.61%

R = 21.51%
G = 31.87%
B = 46.61%

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

#365075 (or 0x365075) is known color: St Tropaz. HEX triplet: 36, 50 and 75. RGB value is (54,80,117). Sum of RGB (Red+Green+Blue) = 54+80+117=251 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.51% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 117 (46.09% from 255 or 46.61% from 251); Max value from RGB is 117 - color contains mainly: blue. Hex color #365075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365075 is #C9AF8A. Grayscale: #4C4C4C. Windows color (decimal): -13217675 or 7688246. OLE color: 7688246.

HSL color Cylindrical-coordinate representation of color #365075: hue angle of 215.24º 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 #365075 is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 54 80 117 -
CMYK 0.54 0.32 0 0.54
HSL 215.24º 0.37% 0.34% -
HSV(B) 215.24º 0.54% 0.46% -
XYZ 7.6 7.81 17.94 -
YUV 76.44 150.89 111.99 -
System Red Green Blue C M Y K H S L
Decimal 54 80 117 0.54 0.32 0 0.54 215.24 0.37 0.34
Hex 36 50 75 36 20 0 36 D7 25 22
Octal 66 120 165 66 40 0 66 327 45 42
Binary 110110 1010000 1110101 110110 100000 0 110110 11010111 100101 100010

Color Harmonies of #365075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365075

Black with #365075

Text Example


Text Example

White with #365075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365075; }

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

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

background-color css

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

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

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

border-color css

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

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

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