Html Css Color HEX #365782 St Tropaz

📋 copy color: '#365782'

red 54 ◦ green 87 ◦ blue 130

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

Shades of St Tropaz #365782

Tints of St Tropaz #365782

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 47.97%

R = 19.93%
G = 32.1%
B = 47.97%

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

#365782 (or 0x365782) is known color: St Tropaz. HEX triplet: 36, 57 and 82. RGB value is (54,87,130). Sum of RGB (Red+Green+Blue) = 54+87+130=271 (35% of max value = 765). Red value is 54 (21.48% from 255 or 19.93% from 271); Green value is 87 (34.38% from 255 or 32.10% from 271); Blue value is 130 (51.17% from 255 or 47.97% from 271); Max value from RGB is 130 - color contains mainly: blue. Hex color #365782 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365782 is #C9A87D. Grayscale: #515151. Windows color (decimal): -13215870 or 8542006. OLE color: 8542006.

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

Color convert

RGB 54 87 130 -
CMYK 0.58 0.33 0 0.49
HSL 213.95º 0.41% 0.36% -
HSV(B) 213.95º 0.58% 0.51% -
XYZ 8.96 9.21 22.43 -
YUV 82.04 155.07 108 -
System Red Green Blue C M Y K H S L
Decimal 54 87 130 0.58 0.33 0 0.49 213.95 0.41 0.36
Hex 36 57 82 3A 21 0 31 D6 29 24
Octal 66 127 202 72 41 0 61 326 51 44
Binary 110110 1010111 10000010 111010 100001 0 110001 11010110 101001 100100

Color Harmonies of #365782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365782

Black with #365782

Text Example


Text Example

White with #365782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365782; }

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

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

background-color css

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

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

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

border-color css

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

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

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