Html Css Color HEX #365685 St Tropaz

📋 copy color: '#365685'

red 54 ◦ green 86 ◦ blue 133

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

Shades of St Tropaz #365685

Tints of St Tropaz #365685

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.5%

 BLUE value IS 133 (52.34% from 255) = 48.72%

R = 19.78%
G = 31.5%
B = 48.72%

CMYK

 C value IS 0.59

 M value IS 0.35

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#365685 (or 0x365685) is known color: St Tropaz. HEX triplet: 36, 56 and 85. RGB value is (54,86,133). Sum of RGB (Red+Green+Blue) = 54+86+133=273 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.78% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 133 (52.34% from 255 or 48.72% from 273); Max value from RGB is 133 - color contains mainly: blue. Hex color #365685 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365685 is #C9A97A. Grayscale: #515151. Windows color (decimal): -13216123 or 8738358. OLE color: 8738358.

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

Color convert

RGB 54 86 133 -
CMYK 0.59 0.35 0 0.48
HSL 215.7º 0.42% 0.37% -
HSV(B) 215.7º 0.59% 0.52% -
XYZ 9.08 9.13 23.47 -
YUV 81.79 156.9 108.18 -
System Red Green Blue C M Y K H S L
Decimal 54 86 133 0.59 0.35 0 0.48 215.7 0.42 0.37
Hex 36 56 85 3B 23 0 30 D8 2A 25
Octal 66 126 205 73 43 0 60 330 52 45
Binary 110110 1010110 10000101 111011 100011 0 110000 11011000 101010 100101

Color Harmonies of #365685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365685

Black with #365685

Text Example


Text Example

White with #365685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365685; }

 p { color: rgb(54,86,133); }

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

background-color css

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

 a { background-color: rgb(54,86,133); }

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

border-color css

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

 span { border-color: rgb(54,86,133); }

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