Html Css Color HEX #364C9F Tory Blue

📋 copy color: '#364C9F'

red 54 ◦ green 76 ◦ blue 159

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

Shades of Tory Blue #364C9F

Tints of Tory Blue #364C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 55.02%

R = 18.69%
G = 26.3%
B = 55.02%

CMYK

 C value IS 0.66

 M value IS 0.52

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#364C9F (or 0x364C9F) is known color: Tory Blue. HEX triplet: 36, 4C and 9F. RGB value is (54,76,159). Sum of RGB (Red+Green+Blue) = 54+76+159=289 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.69% from 289); Green value is 76 (30.08% from 255 or 26.30% from 289); Blue value is 159 (62.5% from 255 or 55.02% from 289); Max value from RGB is 159 - color contains mainly: blue. Hex color #364C9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364C9F is #C9B360. Grayscale: #4E4E4E. Windows color (decimal): -13218657 or 10439734. OLE color: 10439734.

HSL color Cylindrical-coordinate representation of color #364C9F: hue angle of 227.43º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #364C9F is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 54 76 159 -
CMYK 0.66 0.52 0 0.38
HSL 227.43º 0.49% 0.42% -
HSV(B) 227.43º 0.66% 0.62% -
XYZ 10.36 8.46 33.89 -
YUV 78.88 173.21 110.25 -
System Red Green Blue C M Y K H S L
Decimal 54 76 159 0.66 0.52 0 0.38 227.43 0.49 0.42
Hex 36 4C 9F 42 34 0 26 E3 31 2A
Octal 66 114 237 102 64 0 46 343 61 52
Binary 110110 1001100 10011111 1000010 110100 0 100110 11100011 110001 101010

Color Harmonies of #364C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364C9F

Black with #364C9F

Text Example


Text Example

White with #364C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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