Html Css Color HEX #364982 Tory Blue

📋 copy color: '#364982'

red 54 ◦ green 73 ◦ blue 130

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

Shades of Tory Blue #364982

Tints of Tory Blue #364982

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.4%

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

R = 21.01%
G = 28.4%
B = 50.58%

CMYK

 C value IS 0.58

 M value IS 0.44

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#364982 (or 0x364982) is known color: Tory Blue. HEX triplet: 36, 49 and 82. RGB value is (54,73,130). Sum of RGB (Red+Green+Blue) = 54+73+130=257 (34% of max value = 765). Red value is 54 (21.48% from 255 or 21.01% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 130 (51.17% from 255 or 50.58% from 257); Max value from RGB is 130 - color contains mainly: blue. Hex color #364982 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364982 is #C9B67D. Grayscale: #494949. Windows color (decimal): -13219454 or 8538422. OLE color: 8538422.

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

Color convert

RGB 54 73 130 -
CMYK 0.58 0.44 0 0.49
HSL 225º 0.41% 0.36% -
HSV(B) 225º 0.58% 0.51% -
XYZ 7.93 7.16 22.08 -
YUV 73.82 159.71 113.87 -
System Red Green Blue C M Y K H S L
Decimal 54 73 130 0.58 0.44 0 0.49 225 0.41 0.36
Hex 36 49 82 3A 2C 0 31 E1 29 24
Octal 66 111 202 72 54 0 61 341 51 44
Binary 110110 1001001 10000010 111010 101100 0 110001 11100001 101001 100100

Color Harmonies of #364982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364982

Black with #364982

Text Example


Text Example

White with #364982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364982; }

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

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

background-color css

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

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

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

border-color css

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

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

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