Html Css Color HEX #354295 Tory Blue

📋 copy color: '#354295'

red 53 ◦ green 66 ◦ blue 149

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

Shades of Tory Blue #354295

Tints of Tory Blue #354295

RGB

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

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

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

R = 19.78%
G = 24.63%
B = 55.6%

CMYK

 C value IS 0.64

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#354295 (or 0x354295) is known color: Tory Blue. HEX triplet: 35, 42 and 95. RGB value is (53,66,149). Sum of RGB (Red+Green+Blue) = 53+66+149=268 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.78% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 149 (58.59% from 255 or 55.60% from 268); Max value from RGB is 149 - color contains mainly: blue. Hex color #354295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354295 is #CABD6A. Grayscale: #474747. Windows color (decimal): -13286763 or 9781813. OLE color: 9781813.

HSL color Cylindrical-coordinate representation of color #354295: hue angle of 231.88º 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 #354295 is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 66 149 -
CMYK 0.64 0.56 0 0.42
HSL 231.88º 0.48% 0.4% -
HSV(B) 231.88º 0.64% 0.58% -
XYZ 8.84 6.82 29.28 -
YUV 71.58 171.69 114.75 -
System Red Green Blue C M Y K H S L
Decimal 53 66 149 0.64 0.56 0 0.42 231.88 0.48 0.4
Hex 35 42 95 40 38 0 2A E8 30 28
Octal 65 102 225 100 70 0 52 350 60 50
Binary 110101 1000010 10010101 1000000 111000 0 101010 11101000 110000 101000

Color Harmonies of #354295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354295

Black with #354295

Text Example


Text Example

White with #354295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354295; }

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

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

background-color css

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

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

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

border-color css

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

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

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