Html Css Color HEX #365681 St Tropaz

📋 copy color: '#365681'

red 54 ◦ green 86 ◦ blue 129

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

Shades of St Tropaz #365681

Tints of St Tropaz #365681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 47.96%

R = 20.07%
G = 31.97%
B = 47.96%

CMYK

 C value IS 0.58

 M value IS 0.33

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#365681 (or 0x365681) is known color: St Tropaz. HEX triplet: 36, 56 and 81. RGB value is (54,86,129). Sum of RGB (Red+Green+Blue) = 54+86+129=269 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.07% from 269); Green value is 86 (33.98% from 255 or 31.97% from 269); Blue value is 129 (50.78% from 255 or 47.96% from 269); Max value from RGB is 129 - color contains mainly: blue. Hex color #365681 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365681 is #C9A97E. Grayscale: #515151. Windows color (decimal): -13216127 or 8476214. OLE color: 8476214.

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

Color convert

RGB 54 86 129 -
CMYK 0.58 0.33 0 0.49
HSL 214.4º 0.41% 0.36% -
HSV(B) 214.4º 0.58% 0.51% -
XYZ 8.81 9.02 22.05 -
YUV 81.33 154.9 108.5 -
System Red Green Blue C M Y K H S L
Decimal 54 86 129 0.58 0.33 0 0.49 214.4 0.41 0.36
Hex 36 56 81 3A 21 0 31 D6 29 24
Octal 66 126 201 72 41 0 61 326 51 44
Binary 110110 1010110 10000001 111010 100001 0 110001 11010110 101001 100100

Color Harmonies of #365681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365681

Black with #365681

Text Example


Text Example

White with #365681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365681; }

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

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

background-color css

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

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

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

border-color css

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

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

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