Html Css Color HEX #364788 Tory Blue

📋 copy color: '#364788'

red 54 ◦ green 71 ◦ blue 136

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

Shades of Tory Blue #364788

Tints of Tory Blue #364788

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 52.11%

R = 20.69%
G = 27.2%
B = 52.11%

CMYK

 C value IS 0.60

 M value IS 0.48

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#364788 (or 0x364788) is known color: Tory Blue. HEX triplet: 36, 47 and 88. RGB value is (54,71,136). Sum of RGB (Red+Green+Blue) = 54+71+136=261 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.69% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 136 (53.52% from 255 or 52.11% from 261); Max value from RGB is 136 - color contains mainly: blue. Hex color #364788 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364788 is #C9B877. Grayscale: #494949. Windows color (decimal): -13219960 or 8931126. OLE color: 8931126.

HSL color Cylindrical-coordinate representation of color #364788: hue angle of 227.56º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #364788 is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 54 71 136 -
CMYK 0.60 0.48 0 0.47
HSL 227.56º 0.43% 0.37% -
HSV(B) 227.56º 0.6% 0.53% -
XYZ 8.22 7.07 24.22 -
YUV 73.33 163.37 114.21 -
System Red Green Blue C M Y K H S L
Decimal 54 71 136 0.60 0.48 0 0.47 227.56 0.43 0.37
Hex 36 47 88 3C 30 0 2F E4 2B 25
Octal 66 107 210 74 60 0 57 344 53 45
Binary 110110 1000111 10001000 111100 110000 0 101111 11100100 101011 100101

Color Harmonies of #364788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364788

Black with #364788

Text Example


Text Example

White with #364788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364788; }

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

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

background-color css

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

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

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

border-color css

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

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

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