Html Css Color HEX #364792 Tory Blue

📋 copy color: '#364792'

red 54 ◦ green 71 ◦ blue 146

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

Shades of Tory Blue #364792

Tints of Tory Blue #364792

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.2%

 BLUE value IS 146 (57.42% from 255) = 53.87%

R = 19.93%
G = 26.2%
B = 53.87%

CMYK

 C value IS 0.63

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#364792 (or 0x364792) is known color: Tory Blue. HEX triplet: 36, 47 and 92. RGB value is (54,71,146). Sum of RGB (Red+Green+Blue) = 54+71+146=271 (35% of max value = 765). Red value is 54 (21.48% from 255 or 19.93% from 271); Green value is 71 (28.12% from 255 or 26.20% from 271); Blue value is 146 (57.42% from 255 or 53.87% from 271); Max value from RGB is 146 - color contains mainly: blue. Hex color #364792 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364792 is #C9B86D. Grayscale: #4A4A4A. Windows color (decimal): -13219950 or 9586486. OLE color: 9586486.

HSL color Cylindrical-coordinate representation of color #364792: hue angle of 228.91º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #364792 is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 54 71 146 -
CMYK 0.63 0.51 0 0.43
HSL 228.91º 0.46% 0.39% -
HSV(B) 228.91º 0.63% 0.57% -
XYZ 8.96 7.37 28.14 -
YUV 74.47 168.37 113.4 -
System Red Green Blue C M Y K H S L
Decimal 54 71 146 0.63 0.51 0 0.43 228.91 0.46 0.39
Hex 36 47 92 3F 33 0 2B E5 2E 27
Octal 66 107 222 77 63 0 53 345 56 47
Binary 110110 1000111 10010010 111111 110011 0 101011 11100101 101110 100111

Color Harmonies of #364792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364792

Black with #364792

Text Example


Text Example

White with #364792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364792; }

 p { color: rgb(54,71,146); }

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

background-color css

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

 a { background-color: rgb(54,71,146); }

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

border-color css

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

 span { border-color: rgb(54,71,146); }

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