Html Css Color HEX #365985 St Tropaz

📋 copy color: '#365985'

red 54 ◦ green 89 ◦ blue 133

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

Shades of St Tropaz #365985

Tints of St Tropaz #365985

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.25%

 BLUE value IS 133 (52.34% from 255) = 48.19%

R = 19.57%
G = 32.25%
B = 48.19%

CMYK

 C value IS 0.59

 M value IS 0.33

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#365985 (or 0x365985) is known color: St Tropaz. HEX triplet: 36, 59 and 85. RGB value is (54,89,133). Sum of RGB (Red+Green+Blue) = 54+89+133=276 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.57% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 133 (52.34% from 255 or 48.19% from 276); Max value from RGB is 133 - color contains mainly: blue. Hex color #365985 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365985 is #C9A67A. Grayscale: #535353. Windows color (decimal): -13215355 or 8739126. OLE color: 8739126.

HSL color Cylindrical-coordinate representation of color #365985: hue angle of 213.42º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #365985 is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 54 89 133 -
CMYK 0.59 0.33 0 0.48
HSL 213.42º 0.42% 0.37% -
HSV(B) 213.42º 0.59% 0.52% -
XYZ 9.33 9.62 23.56 -
YUV 83.55 155.9 106.92 -
System Red Green Blue C M Y K H S L
Decimal 54 89 133 0.59 0.33 0 0.48 213.42 0.42 0.37
Hex 36 59 85 3B 21 0 30 D5 2A 25
Octal 66 131 205 73 41 0 60 325 52 45
Binary 110110 1011001 10000101 111011 100001 0 110000 11010101 101010 100101

Color Harmonies of #365985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365985

Black with #365985

Text Example


Text Example

White with #365985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365985; }

 p { color: rgb(54,89,133); }

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

background-color css

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

 a { background-color: rgb(54,89,133); }

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

border-color css

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

 span { border-color: rgb(54,89,133); }

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