Html Css Color HEX #364683 Tory Blue

📋 copy color: '#364683'

red 54 ◦ green 70 ◦ blue 131

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

Shades of Tory Blue #364683

Tints of Tory Blue #364683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 51.37%

R = 21.18%
G = 27.45%
B = 51.37%

CMYK

 C value IS 0.59

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#364683 (or 0x364683) is known color: Tory Blue. HEX triplet: 36, 46 and 83. RGB value is (54,70,131). Sum of RGB (Red+Green+Blue) = 54+70+131=255 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.18% from 255); Green value is 70 (27.73% from 255 or 27.45% from 255); Blue value is 131 (51.56% from 255 or 51.37% from 255); Max value from RGB is 131 - color contains mainly: blue. Hex color #364683 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364683 is #C9B97C. Grayscale: #474747. Windows color (decimal): -13220221 or 8603190. OLE color: 8603190.

HSL color Cylindrical-coordinate representation of color #364683: hue angle of 227.53º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #364683 is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 70 131 -
CMYK 0.59 0.47 0 0.49
HSL 227.53º 0.42% 0.36% -
HSV(B) 227.53º 0.59% 0.51% -
XYZ 7.81 6.8 22.37 -
YUV 72.17 161.2 115.04 -
System Red Green Blue C M Y K H S L
Decimal 54 70 131 0.59 0.47 0 0.49 227.53 0.42 0.36
Hex 36 46 83 3B 2F 0 31 E4 2A 24
Octal 66 106 203 73 57 0 61 344 52 44
Binary 110110 1000110 10000011 111011 101111 0 110001 11100100 101010 100100

Color Harmonies of #364683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364683

Black with #364683

Text Example


Text Example

White with #364683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364683; }

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

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

background-color css

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

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

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

border-color css

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

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

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