Html Css Color HEX #364682 Tory Blue

📋 copy color: '#364682'

red 54 ◦ green 70 ◦ blue 130

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

Shades of Tory Blue #364682

Tints of Tory Blue #364682

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.56%

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

R = 21.26%
G = 27.56%
B = 51.18%

CMYK

 C value IS 0.58

 M value IS 0.46

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#364682 (or 0x364682) is known color: Tory Blue. HEX triplet: 36, 46 and 82. RGB value is (54,70,130). Sum of RGB (Red+Green+Blue) = 54+70+130=254 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.26% from 254); Green value is 70 (27.73% from 255 or 27.56% from 254); Blue value is 130 (51.17% from 255 or 51.18% from 254); Max value from RGB is 130 - color contains mainly: blue. Hex color #364682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364682 is #C9B97D. Grayscale: #474747. Windows color (decimal): -13220222 or 8537654. OLE color: 8537654.

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

Color convert

RGB 54 70 130 -
CMYK 0.58 0.46 0 0.49
HSL 227.37º 0.41% 0.36% -
HSV(B) 227.37º 0.58% 0.51% -
XYZ 7.74 6.78 22.02 -
YUV 72.06 160.7 115.12 -
System Red Green Blue C M Y K H S L
Decimal 54 70 130 0.58 0.46 0 0.49 227.37 0.41 0.36
Hex 36 46 82 3A 2E 0 31 E3 29 24
Octal 66 106 202 72 56 0 61 343 51 44
Binary 110110 1000110 10000010 111010 101110 0 110001 11100011 101001 100100

Color Harmonies of #364682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364682

Black with #364682

Text Example


Text Example

White with #364682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364682; }

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

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

background-color css

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

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

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

border-color css

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

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

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