Html Css Color HEX #364A85 Tory Blue

📋 copy color: '#364A85'

red 54 ◦ green 74 ◦ blue 133

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

Shades of Tory Blue #364A85

Tints of Tory Blue #364A85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 50.96%

R = 20.69%
G = 28.35%
B = 50.96%

CMYK

 C value IS 0.59

 M value IS 0.44

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#364A85 (or 0x364A85) is known color: Tory Blue. HEX triplet: 36, 4A and 85. RGB value is (54,74,133). Sum of RGB (Red+Green+Blue) = 54+74+133=261 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.69% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 133 (52.34% from 255 or 50.96% from 261); Max value from RGB is 133 - color contains mainly: blue. Hex color #364A85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364A85 is #C9B57A. Grayscale: #4A4A4A. Windows color (decimal): -13219195 or 8735286. OLE color: 8735286.

HSL color Cylindrical-coordinate representation of color #364A85: hue angle of 224.81º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #364A85 is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 54 74 133 -
CMYK 0.59 0.44 0 0.48
HSL 224.81º 0.42% 0.37% -
HSV(B) 224.81º 0.59% 0.52% -
XYZ 8.2 7.38 23.18 -
YUV 74.75 160.87 113.2 -
System Red Green Blue C M Y K H S L
Decimal 54 74 133 0.59 0.44 0 0.48 224.81 0.42 0.37
Hex 36 4A 85 3B 2C 0 30 E1 2A 25
Octal 66 112 205 73 54 0 60 341 52 45
Binary 110110 1001010 10000101 111011 101100 0 110000 11100001 101010 100101

Color Harmonies of #364A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364A85

Black with #364A85

Text Example


Text Example

White with #364A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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