Html Css Color HEX #365781 St Tropaz

📋 copy color: '#365781'

red 54 ◦ green 87 ◦ blue 129

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

Shades of St Tropaz #365781

Tints of St Tropaz #365781

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.22%

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

R = 20%
G = 32.22%
B = 47.78%

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

#365781 (or 0x365781) is known color: St Tropaz. HEX triplet: 36, 57 and 81. RGB value is (54,87,129). Sum of RGB (Red+Green+Blue) = 54+87+129=270 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 129 (50.78% from 255 or 47.78% from 270); Max value from RGB is 129 - color contains mainly: blue. Hex color #365781 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365781 is #C9A87E. Grayscale: #515151. Windows color (decimal): -13215871 or 8476470. OLE color: 8476470.

HSL color Cylindrical-coordinate representation of color #365781: hue angle of 213.6º 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 #365781 is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 87 129 -
CMYK 0.58 0.33 0 0.49
HSL 213.6º 0.41% 0.36% -
HSV(B) 213.6º 0.58% 0.51% -
XYZ 8.89 9.19 22.07 -
YUV 81.92 154.57 108.08 -
System Red Green Blue C M Y K H S L
Decimal 54 87 129 0.58 0.33 0 0.49 213.6 0.41 0.36
Hex 36 57 81 3A 21 0 31 D6 29 24
Octal 66 127 201 72 41 0 61 326 51 44
Binary 110110 1010111 10000001 111010 100001 0 110001 11010110 101001 100100

Color Harmonies of #365781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365781

Black with #365781

Text Example


Text Example

White with #365781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365781; }

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

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

background-color css

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

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

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

border-color css

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

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

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