Html Css Color HEX #364290 Tory Blue

📋 copy color: '#364290'

red 54 ◦ green 66 ◦ blue 144

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

Shades of Tory Blue #364290

Tints of Tory Blue #364290

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25%

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

R = 20.45%
G = 25%
B = 54.55%

CMYK

 C value IS 0.63

 M value IS 0.54

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#364290 (or 0x364290) is known color: Tory Blue. HEX triplet: 36, 42 and 90. RGB value is (54,66,144). Sum of RGB (Red+Green+Blue) = 54+66+144=264 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.45% from 264); Green value is 66 (26.17% from 255 or 25% from 264); Blue value is 144 (56.64% from 255 or 54.55% from 264); Max value from RGB is 144 - color contains mainly: blue. Hex color #364290 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364290 is #C9BD6F. Grayscale: #464646. Windows color (decimal): -13221232 or 9454134. OLE color: 9454134.

HSL color Cylindrical-coordinate representation of color #364290: hue angle of 232º 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 #364290 is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 54 66 144 -
CMYK 0.63 0.54 0 0.44
HSL 232º 0.45% 0.39% -
HSV(B) 232º 0.63% 0.56% -
XYZ 8.5 6.69 27.23 -
YUV 71.3 169.02 115.66 -
System Red Green Blue C M Y K H S L
Decimal 54 66 144 0.63 0.54 0 0.44 232 0.45 0.39
Hex 36 42 90 3F 36 0 2C E8 2D 27
Octal 66 102 220 77 66 0 54 350 55 47
Binary 110110 1000010 10010000 111111 110110 0 101100 11101000 101101 100111

Color Harmonies of #364290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364290

Black with #364290

Text Example


Text Example

White with #364290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364290; }

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

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

background-color css

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

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

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

border-color css

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

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

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