Html Css Color HEX #354395 Tory Blue

📋 copy color: '#354395'

red 53 ◦ green 67 ◦ blue 149

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

Shades of Tory Blue #354395

Tints of Tory Blue #354395

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.91%

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

R = 19.7%
G = 24.91%
B = 55.39%

CMYK

 C value IS 0.64

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#354395 (or 0x354395) is known color: Tory Blue. HEX triplet: 35, 43 and 95. RGB value is (53,67,149). Sum of RGB (Red+Green+Blue) = 53+67+149=269 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.70% from 269); Green value is 67 (26.56% from 255 or 24.91% from 269); Blue value is 149 (58.59% from 255 or 55.39% from 269); Max value from RGB is 149 - color contains mainly: blue. Hex color #354395 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354395 is #CABC6A. Grayscale: #474747. Windows color (decimal): -13286507 or 9782069. OLE color: 9782069.

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

Color convert

RGB 53 67 149 -
CMYK 0.64 0.55 0 0.42
HSL 231.25º 0.48% 0.4% -
HSV(B) 231.25º 0.64% 0.58% -
XYZ 8.9 6.94 29.3 -
YUV 72.16 171.36 114.33 -
System Red Green Blue C M Y K H S L
Decimal 53 67 149 0.64 0.55 0 0.42 231.25 0.48 0.4
Hex 35 43 95 40 37 0 2A E7 30 28
Octal 65 103 225 100 67 0 52 347 60 50
Binary 110101 1000011 10010101 1000000 110111 0 101010 11100111 110000 101000

Color Harmonies of #354395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354395

Black with #354395

Text Example


Text Example

White with #354395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354395; }

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

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

background-color css

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

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

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

border-color css

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

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

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