Html Css Color HEX #364C90 Tory Blue

📋 copy color: '#364C90'

red 54 ◦ green 76 ◦ blue 144

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

Shades of Tory Blue #364C90

Tints of Tory Blue #364C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 52.55%

R = 19.71%
G = 27.74%
B = 52.55%

CMYK

 C value IS 0.63

 M value IS 0.47

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#364C90 (or 0x364C90) is known color: Tory Blue. HEX triplet: 36, 4C and 90. RGB value is (54,76,144). Sum of RGB (Red+Green+Blue) = 54+76+144=274 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.71% from 274); Green value is 76 (30.08% from 255 or 27.74% from 274); Blue value is 144 (56.64% from 255 or 52.55% from 274); Max value from RGB is 144 - color contains mainly: blue. Hex color #364C90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364C90 is #C9B36F. Grayscale: #4C4C4C. Windows color (decimal): -13218672 or 9456694. OLE color: 9456694.

HSL color Cylindrical-coordinate representation of color #364C90: hue angle of 225.33º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #364C90 is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 54 76 144 -
CMYK 0.63 0.47 0 0.44
HSL 225.33º 0.45% 0.39% -
HSV(B) 225.33º 0.63% 0.56% -
XYZ 9.14 7.97 27.44 -
YUV 77.17 165.71 111.47 -
System Red Green Blue C M Y K H S L
Decimal 54 76 144 0.63 0.47 0 0.44 225.33 0.45 0.39
Hex 36 4C 90 3F 2F 0 2C E1 2D 27
Octal 66 114 220 77 57 0 54 341 55 47
Binary 110110 1001100 10010000 111111 101111 0 101100 11100001 101101 100111

Color Harmonies of #364C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364C90

Black with #364C90

Text Example


Text Example

White with #364C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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