Html Css Color HEX #354390 Tory Blue

📋 copy color: '#354390'

red 53 ◦ green 67 ◦ blue 144

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

Shades of Tory Blue #354390

Tints of Tory Blue #354390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 54.55%

R = 20.08%
G = 25.38%
B = 54.55%

CMYK

 C value IS 0.63

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#354390 (or 0x354390) is known color: Tory Blue. HEX triplet: 35, 43 and 90. RGB value is (53,67,144). Sum of RGB (Red+Green+Blue) = 53+67+144=264 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.08% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 144 (56.64% from 255 or 54.55% from 264); Max value from RGB is 144 - color contains mainly: blue. Hex color #354390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354390 is #CABC6F. Grayscale: #474747. Windows color (decimal): -13286512 or 9454389. OLE color: 9454389.

HSL color Cylindrical-coordinate representation of color #354390: hue angle of 230.77º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #354390 is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 53 67 144 -
CMYK 0.63 0.53 0 0.44
HSL 230.77º 0.46% 0.39% -
HSV(B) 230.77º 0.63% 0.56% -
XYZ 8.51 6.78 27.25 -
YUV 71.59 168.86 114.74 -
System Red Green Blue C M Y K H S L
Decimal 53 67 144 0.63 0.53 0 0.44 230.77 0.46 0.39
Hex 35 43 90 3F 35 0 2C E7 2E 27
Octal 65 103 220 77 65 0 54 347 56 47
Binary 110101 1000011 10010000 111111 110101 0 101100 11100111 101110 100111

Color Harmonies of #354390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354390

Black with #354390

Text Example


Text Example

White with #354390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354390; }

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

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

background-color css

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

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

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

border-color css

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

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

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