Html Css Color HEX #364C8D Tory Blue

📋 copy color: '#364C8D'

red 54 ◦ green 76 ◦ blue 141

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

Shades of Tory Blue #364C8D

Tints of Tory Blue #364C8D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.04%

 BLUE value IS 141 (55.47% from 255) = 52.03%

R = 19.93%
G = 28.04%
B = 52.03%

CMYK

 C value IS 0.62

 M value IS 0.46

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#364C8D (or 0x364C8D) is known color: Tory Blue. HEX triplet: 36, 4C and 8D. RGB value is (54,76,141). Sum of RGB (Red+Green+Blue) = 54+76+141=271 (35% of max value = 765). Red value is 54 (21.48% from 255 or 19.93% from 271); Green value is 76 (30.08% from 255 or 28.04% from 271); Blue value is 141 (55.47% from 255 or 52.03% from 271); Max value from RGB is 141 - color contains mainly: blue. Hex color #364C8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364C8D is #C9B372. Grayscale: #4C4C4C. Windows color (decimal): -13218675 or 9260086. OLE color: 9260086.

HSL color Cylindrical-coordinate representation of color #364C8D: hue angle of 224.83º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #364C8D is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 54 76 141 -
CMYK 0.62 0.46 0 0.45
HSL 224.83º 0.45% 0.38% -
HSV(B) 224.83º 0.62% 0.55% -
XYZ 8.91 7.88 26.25 -
YUV 76.83 164.21 111.71 -
System Red Green Blue C M Y K H S L
Decimal 54 76 141 0.62 0.46 0 0.45 224.83 0.45 0.38
Hex 36 4C 8D 3E 2E 0 2D E1 2D 26
Octal 66 114 215 76 56 0 55 341 55 46
Binary 110110 1001100 10001101 111110 101110 0 101101 11100001 101101 100110

Color Harmonies of #364C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364C8D

Black with #364C8D

Text Example


Text Example

White with #364C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,76,141); }

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

background-color css

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

 a { background-color: rgb(54,76,141); }

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

border-color css

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

 span { border-color: rgb(54,76,141); }

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