Html Css Color HEX #365990 St Tropaz

📋 copy color: '#365990'

red 54 ◦ green 89 ◦ blue 144

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

Shades of St Tropaz #365990

Tints of St Tropaz #365990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 50.17%

R = 18.82%
G = 31.01%
B = 50.17%

CMYK

 C value IS 0.63

 M value IS 0.38

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#365990 (or 0x365990) is known color: St Tropaz. HEX triplet: 36, 59 and 90. RGB value is (54,89,144). Sum of RGB (Red+Green+Blue) = 54+89+144=287 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.82% from 287); Green value is 89 (35.16% from 255 or 31.01% from 287); Blue value is 144 (56.64% from 255 or 50.17% from 287); Max value from RGB is 144 - color contains mainly: blue. Hex color #365990 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365990 is #C9A66F. Grayscale: #545454. Windows color (decimal): -13215344 or 9460022. OLE color: 9460022.

HSL color Cylindrical-coordinate representation of color #365990: hue angle of 216.67º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #365990 is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 54 89 144 -
CMYK 0.63 0.38 0 0.44
HSL 216.67º 0.45% 0.39% -
HSV(B) 216.67º 0.63% 0.56% -
XYZ 10.13 9.94 27.77 -
YUV 84.81 161.4 106.03 -
System Red Green Blue C M Y K H S L
Decimal 54 89 144 0.63 0.38 0 0.44 216.67 0.45 0.39
Hex 36 59 90 3F 26 0 2C D9 2D 27
Octal 66 131 220 77 46 0 54 331 55 47
Binary 110110 1011001 10010000 111111 100110 0 101100 11011001 101101 100111

Color Harmonies of #365990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365990

Black with #365990

Text Example


Text Example

White with #365990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365990; }

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

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

background-color css

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

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

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

border-color css

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

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

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