Html Css Color HEX #364A8D Tory Blue

📋 copy color: '#364A8D'

red 54 ◦ green 74 ◦ blue 141

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

Shades of Tory Blue #364A8D

Tints of Tory Blue #364A8D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.51%

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

R = 20.07%
G = 27.51%
B = 52.42%

CMYK

 C value IS 0.62

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#364A8D (or 0x364A8D) is known color: Tory Blue. HEX triplet: 36, 4A and 8D. RGB value is (54,74,141). Sum of RGB (Red+Green+Blue) = 54+74+141=269 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.07% from 269); Green value is 74 (29.30% from 255 or 27.51% from 269); Blue value is 141 (55.47% from 255 or 52.42% from 269); Max value from RGB is 141 - color contains mainly: blue. Hex color #364A8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364A8D is #C9B572. Grayscale: #4B4B4B. Windows color (decimal): -13219187 or 9259574. OLE color: 9259574.

HSL color Cylindrical-coordinate representation of color #364A8D: hue angle of 226.21º 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 #364A8D is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 54 74 141 -
CMYK 0.62 0.48 0 0.45
HSL 226.21º 0.45% 0.38% -
HSV(B) 226.21º 0.62% 0.55% -
XYZ 8.78 7.6 26.2 -
YUV 75.66 164.87 112.55 -
System Red Green Blue C M Y K H S L
Decimal 54 74 141 0.62 0.48 0 0.45 226.21 0.45 0.38
Hex 36 4A 8D 3E 30 0 2D E2 2D 26
Octal 66 112 215 76 60 0 55 342 55 46
Binary 110110 1001010 10001101 111110 110000 0 101101 11100010 101101 100110

Color Harmonies of #364A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364A8D

Black with #364A8D

Text Example


Text Example

White with #364A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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