Html Css Color HEX #365982 St Tropaz

📋 copy color: '#365982'

red 54 ◦ green 89 ◦ blue 130

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

Shades of St Tropaz #365982

Tints of St Tropaz #365982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 47.62%

R = 19.78%
G = 32.6%
B = 47.62%

CMYK

 C value IS 0.58

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#365982 (or 0x365982) is known color: St Tropaz. HEX triplet: 36, 59 and 82. RGB value is (54,89,130). Sum of RGB (Red+Green+Blue) = 54+89+130=273 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.78% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 130 (51.17% from 255 or 47.62% from 273); Max value from RGB is 130 - color contains mainly: blue. Hex color #365982 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365982 is #C9A67D. Grayscale: #535353. Windows color (decimal): -13215358 or 8542518. OLE color: 8542518.

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

Color convert

RGB 54 89 130 -
CMYK 0.58 0.32 0 0.49
HSL 212.37º 0.41% 0.36% -
HSV(B) 212.37º 0.58% 0.51% -
XYZ 9.12 9.54 22.48 -
YUV 83.21 154.4 107.17 -
System Red Green Blue C M Y K H S L
Decimal 54 89 130 0.58 0.32 0 0.49 212.37 0.41 0.36
Hex 36 59 82 3A 20 0 31 D4 29 24
Octal 66 131 202 72 40 0 61 324 51 44
Binary 110110 1011001 10000010 111010 100000 0 110001 11010100 101001 100100

Color Harmonies of #365982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365982

Black with #365982

Text Example


Text Example

White with #365982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365982; }

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

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

background-color css

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

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

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

border-color css

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

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

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