Html Css Color HEX #364582 Tory Blue

📋 copy color: '#364582'

red 54 ◦ green 69 ◦ blue 130

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

Shades of Tory Blue #364582

Tints of Tory Blue #364582

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.27%

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

R = 21.34%
G = 27.27%
B = 51.38%

CMYK

 C value IS 0.58

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#364582 (or 0x364582) is known color: Tory Blue. HEX triplet: 36, 45 and 82. RGB value is (54,69,130). Sum of RGB (Red+Green+Blue) = 54+69+130=253 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.34% from 253); Green value is 69 (27.34% from 255 or 27.27% from 253); Blue value is 130 (51.17% from 255 or 51.38% from 253); Max value from RGB is 130 - color contains mainly: blue. Hex color #364582 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364582 is #C9BA7D. Grayscale: #474747. Windows color (decimal): -13220478 or 8537398. OLE color: 8537398.

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

Color convert

RGB 54 69 130 -
CMYK 0.58 0.47 0 0.49
HSL 228.16º 0.41% 0.36% -
HSV(B) 228.16º 0.58% 0.51% -
XYZ 7.68 6.65 22 -
YUV 71.47 161.03 115.54 -
System Red Green Blue C M Y K H S L
Decimal 54 69 130 0.58 0.47 0 0.49 228.16 0.41 0.36
Hex 36 45 82 3A 2F 0 31 E4 29 24
Octal 66 105 202 72 57 0 61 344 51 44
Binary 110110 1000101 10000010 111010 101111 0 110001 11100100 101001 100100

Color Harmonies of #364582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364582

Black with #364582

Text Example


Text Example

White with #364582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364582; }

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

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

background-color css

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

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

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

border-color css

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

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

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