Html Css Color HEX #365884 St Tropaz

📋 copy color: '#365884'

red 54 ◦ green 88 ◦ blue 132

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

Shades of St Tropaz #365884

Tints of St Tropaz #365884

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.12%

 BLUE value IS 132 (51.95% from 255) = 48.18%

R = 19.71%
G = 32.12%
B = 48.18%

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

#365884 (or 0x365884) is known color: St Tropaz. HEX triplet: 36, 58 and 84. RGB value is (54,88,132). Sum of RGB (Red+Green+Blue) = 54+88+132=274 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.71% from 274); Green value is 88 (34.77% from 255 or 32.12% from 274); Blue value is 132 (51.95% from 255 or 48.18% from 274); Max value from RGB is 132 - color contains mainly: blue. Hex color #365884 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365884 is #C9A77B. Grayscale: #525252. Windows color (decimal): -13215612 or 8673334. OLE color: 8673334.

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

Color convert

RGB 54 88 132 -
CMYK 0.59 0.33 0 0.48
HSL 213.85º 0.42% 0.36% -
HSV(B) 213.85º 0.59% 0.52% -
XYZ 9.18 9.43 23.17 -
YUV 82.85 155.74 107.42 -
System Red Green Blue C M Y K H S L
Decimal 54 88 132 0.59 0.33 0 0.48 213.85 0.42 0.36
Hex 36 58 84 3B 21 0 30 D6 2A 24
Octal 66 130 204 73 41 0 60 326 52 44
Binary 110110 1011000 10000100 111011 100001 0 110000 11010110 101010 100100

Color Harmonies of #365884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365884

Black with #365884

Text Example


Text Example

White with #365884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365884; }

 p { color: rgb(54,88,132); }

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

background-color css

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

 a { background-color: rgb(54,88,132); }

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

border-color css

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

 span { border-color: rgb(54,88,132); }

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