Html Css Color HEX #365380 St Tropaz

📋 copy color: '#365380'

red 54 ◦ green 83 ◦ blue 128

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

Shades of St Tropaz #365380

Tints of St Tropaz #365380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 48.3%

R = 20.38%
G = 31.32%
B = 48.3%

CMYK

 C value IS 0.58

 M value IS 0.35

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#365380 (or 0x365380) is known color: St Tropaz. HEX triplet: 36, 53 and 80. RGB value is (54,83,128). Sum of RGB (Red+Green+Blue) = 54+83+128=265 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.38% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 128 (50.39% from 255 or 48.30% from 265); Max value from RGB is 128 - color contains mainly: blue. Hex color #365380 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365380 is #C9AC7F. Grayscale: #4F4F4F. Windows color (decimal): -13216896 or 8409910. OLE color: 8409910.

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

Color convert

RGB 54 83 128 -
CMYK 0.58 0.35 0 0.50
HSL 216.49º 0.41% 0.36% -
HSV(B) 216.49º 0.58% 0.5% -
XYZ 8.51 8.53 21.62 -
YUV 79.46 155.39 109.84 -
System Red Green Blue C M Y K H S L
Decimal 54 83 128 0.58 0.35 0 0.50 216.49 0.41 0.36
Hex 36 53 80 3A 23 0 32 D8 29 24
Octal 66 123 200 72 43 0 62 330 51 44
Binary 110110 1010011 10000000 111010 100011 0 110010 11011000 101001 100100

Color Harmonies of #365380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365380

Black with #365380

Text Example


Text Example

White with #365380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365380; }

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

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

background-color css

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

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

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

border-color css

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

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

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