Html Css Color HEX #364C85 Tory Blue

📋 copy color: '#364C85'

red 54 ◦ green 76 ◦ blue 133

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

Shades of Tory Blue #364C85

Tints of Tory Blue #364C85

RGB

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

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

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

R = 20.53%
G = 28.9%
B = 50.57%

CMYK

 C value IS 0.59

 M value IS 0.43

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#364C85 (or 0x364C85) is known color: Tory Blue. HEX triplet: 36, 4C and 85. RGB value is (54,76,133). Sum of RGB (Red+Green+Blue) = 54+76+133=263 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.53% from 263); Green value is 76 (30.08% from 255 or 28.90% from 263); Blue value is 133 (52.34% from 255 or 50.57% from 263); Max value from RGB is 133 - color contains mainly: blue. Hex color #364C85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364C85 is #C9B37A. Grayscale: #4B4B4B. Windows color (decimal): -13218683 or 8735798. OLE color: 8735798.

HSL color Cylindrical-coordinate representation of color #364C85: hue angle of 223.29º 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 #364C85 is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 54 76 133 -
CMYK 0.59 0.43 0 0.48
HSL 223.29º 0.42% 0.37% -
HSV(B) 223.29º 0.59% 0.52% -
XYZ 8.34 7.65 23.23 -
YUV 75.92 160.21 112.37 -
System Red Green Blue C M Y K H S L
Decimal 54 76 133 0.59 0.43 0 0.48 223.29 0.42 0.37
Hex 36 4C 85 3B 2B 0 30 DF 2A 25
Octal 66 114 205 73 53 0 60 337 52 45
Binary 110110 1001100 10000101 111011 101011 0 110000 11011111 101010 100101

Color Harmonies of #364C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364C85

Black with #364C85

Text Example


Text Example

White with #364C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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