Html Css Color HEX #364485 Tory Blue

📋 copy color: '#364485'

red 54 ◦ green 68 ◦ blue 133

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

Shades of Tory Blue #364485

Tints of Tory Blue #364485

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.67%

 BLUE value IS 133 (52.34% from 255) = 52.16%

R = 21.18%
G = 26.67%
B = 52.16%

CMYK

 C value IS 0.59

 M value IS 0.49

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#364485 (or 0x364485) is known color: Tory Blue. HEX triplet: 36, 44 and 85. RGB value is (54,68,133). Sum of RGB (Red+Green+Blue) = 54+68+133=255 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.18% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 133 (52.34% from 255 or 52.16% from 255); Max value from RGB is 133 - color contains mainly: blue. Hex color #364485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364485 is #C9BB7A. Grayscale: #464646. Windows color (decimal): -13220731 or 8733750. OLE color: 8733750.

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

Color convert

RGB 54 68 133 -
CMYK 0.59 0.49 0 0.48
HSL 229.37º 0.42% 0.37% -
HSV(B) 229.37º 0.59% 0.52% -
XYZ 7.82 6.61 23.05 -
YUV 71.22 162.86 115.71 -
System Red Green Blue C M Y K H S L
Decimal 54 68 133 0.59 0.49 0 0.48 229.37 0.42 0.37
Hex 36 44 85 3B 31 0 30 E5 2A 25
Octal 66 104 205 73 61 0 60 345 52 45
Binary 110110 1000100 10000101 111011 110001 0 110000 11100101 101010 100101

Color Harmonies of #364485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364485

Black with #364485

Text Example


Text Example

White with #364485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364485; }

 p { color: rgb(54,68,133); }

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

background-color css

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

 a { background-color: rgb(54,68,133); }

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

border-color css

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

 span { border-color: rgb(54,68,133); }

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