Html Css Color HEX #354296 Tory Blue

📋 copy color: '#354296'

red 53 ◦ green 66 ◦ blue 150

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

Shades of Tory Blue #354296

Tints of Tory Blue #354296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 55.76%

R = 19.7%
G = 24.54%
B = 55.76%

CMYK

 C value IS 0.65

 M value IS 0.56

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#354296 (or 0x354296) is known color: Tory Blue. HEX triplet: 35, 42 and 96. RGB value is (53,66,150). Sum of RGB (Red+Green+Blue) = 53+66+150=269 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.70% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 150 (58.98% from 255 or 55.76% from 269); Max value from RGB is 150 - color contains mainly: blue. Hex color #354296 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354296 is #CABD69. Grayscale: #474747. Windows color (decimal): -13286762 or 9847349. OLE color: 9847349.

HSL color Cylindrical-coordinate representation of color #354296: hue angle of 231.96º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #354296 is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 53 66 150 -
CMYK 0.65 0.56 0 0.41
HSL 231.96º 0.48% 0.4% -
HSV(B) 231.96º 0.65% 0.59% -
XYZ 8.92 6.86 29.71 -
YUV 71.69 172.19 114.67 -
System Red Green Blue C M Y K H S L
Decimal 53 66 150 0.65 0.56 0 0.41 231.96 0.48 0.4
Hex 35 42 96 41 38 0 29 E8 30 28
Octal 65 102 226 101 70 0 51 350 60 50
Binary 110101 1000010 10010110 1000001 111000 0 101001 11101000 110000 101000

Color Harmonies of #354296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354296

Black with #354296

Text Example


Text Example

White with #354296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354296; }

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

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

background-color css

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

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

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

border-color css

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

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

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