Html Css Color HEX #364387 Tory Blue

📋 copy color: '#364387'

red 54 ◦ green 67 ◦ blue 135

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

Shades of Tory Blue #364387

Tints of Tory Blue #364387

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.17%

 BLUE value IS 135 (53.13% from 255) = 52.73%

R = 21.09%
G = 26.17%
B = 52.73%

CMYK

 C value IS 0.60

 M value IS 0.50

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#364387 (or 0x364387) is known color: Tory Blue. HEX triplet: 36, 43 and 87. RGB value is (54,67,135). Sum of RGB (Red+Green+Blue) = 54+67+135=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 135 (53.12% from 255 or 52.73% from 256); Max value from RGB is 135 - color contains mainly: blue. Hex color #364387 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364387 is #C9BC78. Grayscale: #464646. Windows color (decimal): -13220985 or 8864566. OLE color: 8864566.

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

Color convert

RGB 54 67 135 -
CMYK 0.60 0.50 0 0.47
HSL 230.37º 0.43% 0.37% -
HSV(B) 230.37º 0.6% 0.53% -
XYZ 7.9 6.55 23.77 -
YUV 70.87 164.19 115.97 -
System Red Green Blue C M Y K H S L
Decimal 54 67 135 0.60 0.50 0 0.47 230.37 0.43 0.37
Hex 36 43 87 3C 32 0 2F E6 2B 25
Octal 66 103 207 74 62 0 57 346 53 45
Binary 110110 1000011 10000111 111100 110010 0 101111 11100110 101011 100101

Color Harmonies of #364387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364387

Black with #364387

Text Example


Text Example

White with #364387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364387; }

 p { color: rgb(54,67,135); }

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

background-color css

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

 a { background-color: rgb(54,67,135); }

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

border-color css

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

 span { border-color: rgb(54,67,135); }

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