Html Css Color HEX #364C9B Tory Blue

📋 copy color: '#364C9B'

red 54 ◦ green 76 ◦ blue 155

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

Shades of Tory Blue #364C9B

Tints of Tory Blue #364C9B

RGB

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

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

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

R = 18.95%
G = 26.67%
B = 54.39%

CMYK

 C value IS 0.65

 M value IS 0.51

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#364C9B (or 0x364C9B) is known color: Tory Blue. HEX triplet: 36, 4C and 9B. RGB value is (54,76,155). Sum of RGB (Red+Green+Blue) = 54+76+155=285 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.95% from 285); Green value is 76 (30.08% from 255 or 26.67% from 285); Blue value is 155 (60.94% from 255 or 54.39% from 285); Max value from RGB is 155 - color contains mainly: blue. Hex color #364C9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364C9B is #C9B364. Grayscale: #4E4E4E. Windows color (decimal): -13218661 or 10177590. OLE color: 10177590.

HSL color Cylindrical-coordinate representation of color #364C9B: hue angle of 226.93º 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 #364C9B is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 54 76 155 -
CMYK 0.65 0.51 0 0.39
HSL 226.93º 0.48% 0.41% -
HSV(B) 226.93º 0.65% 0.61% -
XYZ 10.02 8.32 32.09 -
YUV 78.43 171.21 110.58 -
System Red Green Blue C M Y K H S L
Decimal 54 76 155 0.65 0.51 0 0.39 226.93 0.48 0.41
Hex 36 4C 9B 41 33 0 27 E3 30 29
Octal 66 114 233 101 63 0 47 343 60 51
Binary 110110 1001100 10011011 1000001 110011 0 100111 11100011 110000 101001

Color Harmonies of #364C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364C9B

Black with #364C9B

Text Example


Text Example

White with #364C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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