Html Css Color HEX #364DA3 Tory Blue

📋 copy color: '#364DA3'

red 54 ◦ green 77 ◦ blue 163

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

Shades of Tory Blue #364DA3

Tints of Tory Blue #364DA3

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.19%

 BLUE value IS 163 (64.06% from 255) = 55.44%

R = 18.37%
G = 26.19%
B = 55.44%

CMYK

 C value IS 0.67

 M value IS 0.53

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#364DA3 (or 0x364DA3) is known color: Tory Blue. HEX triplet: 36, 4D and A3. RGB value is (54,77,163). Sum of RGB (Red+Green+Blue) = 54+77+163=294 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.37% from 294); Green value is 77 (30.47% from 255 or 26.19% from 294); Blue value is 163 (64.06% from 255 or 55.44% from 294); Max value from RGB is 163 - color contains mainly: blue. Hex color #364DA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #364DA3 is #C9B25C. Grayscale: #4F4F4F. Windows color (decimal): -13218397 or 10702134. OLE color: 10702134.

HSL color Cylindrical-coordinate representation of color #364DA3: hue angle of 227.34º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #364DA3 is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 54 77 163 -
CMYK 0.67 0.53 0 0.36
HSL 227.34º 0.5% 0.43% -
HSV(B) 227.34º 0.67% 0.64% -
XYZ 10.79 8.74 35.77 -
YUV 79.93 174.88 109.51 -
System Red Green Blue C M Y K H S L
Decimal 54 77 163 0.67 0.53 0 0.36 227.34 0.5 0.43
Hex 36 4D A3 43 35 0 24 E3 32 2B
Octal 66 115 243 103 65 0 44 343 62 53
Binary 110110 1001101 10100011 1000011 110101 0 100100 11100011 110010 101011

Color Harmonies of #364DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364DA3

Black with #364DA3

Text Example


Text Example

White with #364DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364DA3; }

 p { color: rgb(54,77,163); }

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

background-color css

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

 a { background-color: rgb(54,77,163); }

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

border-color css

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

 span { border-color: rgb(54,77,163); }

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