Html Css Color HEX #365483 St Tropaz

📋 copy color: '#365483'

red 54 ◦ green 84 ◦ blue 131

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

Shades of St Tropaz #365483

Tints of St Tropaz #365483

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.23%

 BLUE value IS 131 (51.56% from 255) = 48.7%

R = 20.07%
G = 31.23%
B = 48.7%

CMYK

 C value IS 0.59

 M value IS 0.36

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#365483 (or 0x365483) is known color: St Tropaz. HEX triplet: 36, 54 and 83. RGB value is (54,84,131). Sum of RGB (Red+Green+Blue) = 54+84+131=269 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.07% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 131 (51.56% from 255 or 48.70% from 269); Max value from RGB is 131 - color contains mainly: blue. Hex color #365483 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365483 is #C9AB7C. Grayscale: #505050. Windows color (decimal): -13216637 or 8606774. OLE color: 8606774.

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

Color convert

RGB 54 84 131 -
CMYK 0.59 0.36 0 0.49
HSL 216.62º 0.42% 0.36% -
HSV(B) 216.62º 0.59% 0.51% -
XYZ 8.79 8.76 22.7 -
YUV 80.39 156.56 109.18 -
System Red Green Blue C M Y K H S L
Decimal 54 84 131 0.59 0.36 0 0.49 216.62 0.42 0.36
Hex 36 54 83 3B 24 0 31 D9 2A 24
Octal 66 124 203 73 44 0 61 331 52 44
Binary 110110 1010100 10000011 111011 100100 0 110001 11011001 101010 100100

Color Harmonies of #365483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365483

Black with #365483

Text Example


Text Example

White with #365483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365483; }

 p { color: rgb(54,84,131); }

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

background-color css

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

 a { background-color: rgb(54,84,131); }

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

border-color css

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

 span { border-color: rgb(54,84,131); }

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