Html Css Color HEX #365482 St Tropaz

📋 copy color: '#365482'

red 54 ◦ green 84 ◦ blue 130

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

Shades of St Tropaz #365482

Tints of St Tropaz #365482

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.34%

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

R = 20.15%
G = 31.34%
B = 48.51%

CMYK

 C value IS 0.58

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#365482 (or 0x365482) is known color: St Tropaz. HEX triplet: 36, 54 and 82. RGB value is (54,84,130). Sum of RGB (Red+Green+Blue) = 54+84+130=268 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.15% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 130 (51.17% from 255 or 48.51% from 268); Max value from RGB is 130 - color contains mainly: blue. Hex color #365482 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365482 is #C9AB7D. Grayscale: #505050. Windows color (decimal): -13216638 or 8541238. OLE color: 8541238.

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

Color convert

RGB 54 84 130 -
CMYK 0.58 0.35 0 0.49
HSL 216.32º 0.41% 0.36% -
HSV(B) 216.32º 0.58% 0.51% -
XYZ 8.72 8.74 22.35 -
YUV 80.27 156.06 109.26 -
System Red Green Blue C M Y K H S L
Decimal 54 84 130 0.58 0.35 0 0.49 216.32 0.41 0.36
Hex 36 54 82 3A 23 0 31 D8 29 24
Octal 66 124 202 72 43 0 61 330 51 44
Binary 110110 1010100 10000010 111010 100011 0 110001 11011000 101001 100100

Color Harmonies of #365482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365482

Black with #365482

Text Example


Text Example

White with #365482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365482; }

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

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

background-color css

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

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

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

border-color css

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

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

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