Html Css Color HEX #364A9B Tory Blue

📋 copy color: '#364A9B'

red 54 ◦ green 74 ◦ blue 155

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

Shades of Tory Blue #364A9B

Tints of Tory Blue #364A9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 54.77%

R = 19.08%
G = 26.15%
B = 54.77%

CMYK

 C value IS 0.65

 M value IS 0.52

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#364A9B (or 0x364A9B) is known color: Tory Blue. HEX triplet: 36, 4A and 9B. RGB value is (54,74,155). Sum of RGB (Red+Green+Blue) = 54+74+155=283 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.08% from 283); Green value is 74 (29.30% from 255 or 26.15% from 283); Blue value is 155 (60.94% from 255 or 54.77% from 283); Max value from RGB is 155 - color contains mainly: blue. Hex color #364A9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364A9B is #C9B564. Grayscale: #4C4C4C. Windows color (decimal): -13219173 or 10177078. OLE color: 10177078.

HSL color Cylindrical-coordinate representation of color #364A9B: hue angle of 228.12º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #364A9B is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 54 74 155 -
CMYK 0.65 0.52 0 0.39
HSL 228.12º 0.48% 0.41% -
HSV(B) 228.12º 0.65% 0.61% -
XYZ 9.89 8.05 32.04 -
YUV 77.25 171.87 111.41 -
System Red Green Blue C M Y K H S L
Decimal 54 74 155 0.65 0.52 0 0.39 228.12 0.48 0.41
Hex 36 4A 9B 41 34 0 27 E4 30 29
Octal 66 112 233 101 64 0 47 344 60 51
Binary 110110 1001010 10011011 1000001 110100 0 100111 11100100 110000 101001

Color Harmonies of #364A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364A9B

Black with #364A9B

Text Example


Text Example

White with #364A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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