Html Css Color HEX #365A84 St Tropaz

📋 copy color: '#365A84'

red 54 ◦ green 90 ◦ blue 132

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

Shades of St Tropaz #365A84

Tints of St Tropaz #365A84

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.61%

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

R = 19.57%
G = 32.61%
B = 47.83%

CMYK

 C value IS 0.59

 M value IS 0.32

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#365A84 (or 0x365A84) is known color: St Tropaz. HEX triplet: 36, 5A and 84. RGB value is (54,90,132). Sum of RGB (Red+Green+Blue) = 54+90+132=276 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.57% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 132 (51.95% from 255 or 47.83% from 276); Max value from RGB is 132 - color contains mainly: blue. Hex color #365A84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365A84 is #C9A57B. Grayscale: #535353. Windows color (decimal): -13215100 or 8673846. OLE color: 8673846.

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

Color convert

RGB 54 90 132 -
CMYK 0.59 0.32 0 0.48
HSL 212.31º 0.42% 0.36% -
HSV(B) 212.31º 0.59% 0.52% -
XYZ 9.34 9.76 23.22 -
YUV 84.02 155.07 106.58 -
System Red Green Blue C M Y K H S L
Decimal 54 90 132 0.59 0.32 0 0.48 212.31 0.42 0.36
Hex 36 5A 84 3B 20 0 30 D4 2A 24
Octal 66 132 204 73 40 0 60 324 52 44
Binary 110110 1011010 10000100 111011 100000 0 110000 11010100 101010 100100

Color Harmonies of #365A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365A84

Black with #365A84

Text Example


Text Example

White with #365A84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365A84; }

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

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

background-color css

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

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

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

border-color css

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

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

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