Html Css Color HEX #365378 St Tropaz

📋 copy color: '#365378'

red 54 ◦ green 83 ◦ blue 120

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

Shades of St Tropaz #365378

Tints of St Tropaz #365378

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.3%

 BLUE value IS 120 (47.27% from 255) = 46.69%

R = 21.01%
G = 32.3%
B = 46.69%

CMYK

 C value IS 0.55

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#365378 (or 0x365378) is known color: St Tropaz. HEX triplet: 36, 53 and 78. RGB value is (54,83,120). Sum of RGB (Red+Green+Blue) = 54+83+120=257 (34% of max value = 765). Red value is 54 (21.48% from 255 or 21.01% from 257); Green value is 83 (32.81% from 255 or 32.30% from 257); Blue value is 120 (47.27% from 255 or 46.69% from 257); Max value from RGB is 120 - color contains mainly: blue. Hex color #365378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365378 is #C9AC87. Grayscale: #4E4E4E. Windows color (decimal): -13216904 or 7885622. OLE color: 7885622.

HSL color Cylindrical-coordinate representation of color #365378: hue angle of 213.64º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #365378 is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 54 83 120 -
CMYK 0.55 0.31 0 0.53
HSL 213.64º 0.38% 0.34% -
HSV(B) 213.64º 0.55% 0.47% -
XYZ 8 8.33 18.95 -
YUV 78.55 151.39 110.49 -
System Red Green Blue C M Y K H S L
Decimal 54 83 120 0.55 0.31 0 0.53 213.64 0.38 0.34
Hex 36 53 78 37 1F 0 35 D6 26 22
Octal 66 123 170 67 37 0 65 326 46 42
Binary 110110 1010011 1111000 110111 11111 0 110101 11010110 100110 100010

Color Harmonies of #365378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365378

Black with #365378

Text Example


Text Example

White with #365378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365378; }

 p { color: rgb(54,83,120); }

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

background-color css

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

 a { background-color: rgb(54,83,120); }

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

border-color css

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

 span { border-color: rgb(54,83,120); }

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