Html Css Color HEX #354095 Tory Blue

📋 copy color: '#354095'

red 53 ◦ green 64 ◦ blue 149

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

Shades of Tory Blue #354095

Tints of Tory Blue #354095

RGB

 RED value IS 53 (21.09% from 255) = 19.92%

 GREEN value IS 64 (25.39% from 255) = 24.06%

 BLUE value IS 149 (58.59% from 255) = 56.02%

R = 19.92%
G = 24.06%
B = 56.02%

CMYK

 C value IS 0.64

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#354095 (or 0x354095) is known color: Tory Blue. HEX triplet: 35, 40 and 95. RGB value is (53,64,149). Sum of RGB (Red+Green+Blue) = 53+64+149=266 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.92% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 149 (58.59% from 255 or 56.02% from 266); Max value from RGB is 149 - color contains mainly: blue. Hex color #354095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354095 is #CABF6A. Grayscale: #464646. Windows color (decimal): -13287275 or 9781301. OLE color: 9781301.

HSL color Cylindrical-coordinate representation of color #354095: hue angle of 233.12º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #354095 is Cyan = 0.64, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 64 149 -
CMYK 0.64 0.57 0 0.42
HSL 233.13º 0.48% 0.4% -
HSV(B) 233.13º 0.64% 0.58% -
XYZ 8.73 6.59 29.25 -
YUV 70.4 172.36 115.59 -
System Red Green Blue C M Y K H S L
Decimal 53 64 149 0.64 0.57 0 0.42 233.13 0.48 0.4
Hex 35 40 95 40 39 0 2A E9 30 28
Octal 65 100 225 100 71 0 52 351 60 50
Binary 110101 1000000 10010101 1000000 111001 0 101010 11101001 110000 101000

Color Harmonies of #354095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354095

Black with #354095

Text Example


Text Example

White with #354095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354095; }

 p { color: rgb(53,64,149); }

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

background-color css

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

 a { background-color: rgb(53,64,149); }

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

border-color css

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

 span { border-color: rgb(53,64,149); }

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