Html Css Color HEX #364386 Tory Blue

📋 copy color: '#364386'

red 54 ◦ green 67 ◦ blue 134

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

Shades of Tory Blue #364386

Tints of Tory Blue #364386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 52.55%

R = 21.18%
G = 26.27%
B = 52.55%

CMYK

 C value IS 0.60

 M value IS 0.5

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#364386 (or 0x364386) is known color: Tory Blue. HEX triplet: 36, 43 and 86. RGB value is (54,67,134). Sum of RGB (Red+Green+Blue) = 54+67+134=255 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.18% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 134 (52.73% from 255 or 52.55% from 255); Max value from RGB is 134 - color contains mainly: blue. Hex color #364386 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364386 is #C9BC79. Grayscale: #464646. Windows color (decimal): -13220986 or 8799030. OLE color: 8799030.

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

Color convert

RGB 54 67 134 -
CMYK 0.60 0.5 0 0.47
HSL 230.25º 0.43% 0.37% -
HSV(B) 230.25º 0.6% 0.53% -
XYZ 7.83 6.52 23.4 -
YUV 70.75 163.69 116.05 -
System Red Green Blue C M Y K H S L
Decimal 54 67 134 0.60 0.5 0 0.47 230.25 0.43 0.37
Hex 36 43 86 3C 32 0 2F E6 2B 25
Octal 66 103 206 74 62 0 57 346 53 45
Binary 110110 1000011 10000110 111100 110010 0 101111 11100110 101011 100101

Color Harmonies of #364386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364386

Black with #364386

Text Example


Text Example

White with #364386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364386; }

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

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

background-color css

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

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

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

border-color css

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

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

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