Html Css Color HEX #354190 Tory Blue

📋 copy color: '#354190'

red 53 ◦ green 65 ◦ blue 144

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

Shades of Tory Blue #354190

Tints of Tory Blue #354190

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.81%

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

R = 20.23%
G = 24.81%
B = 54.96%

CMYK

 C value IS 0.63

 M value IS 0.55

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#354190 (or 0x354190) is known color: Tory Blue. HEX triplet: 35, 41 and 90. RGB value is (53,65,144). Sum of RGB (Red+Green+Blue) = 53+65+144=262 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.23% from 262); Green value is 65 (25.78% from 255 or 24.81% from 262); Blue value is 144 (56.64% from 255 or 54.96% from 262); Max value from RGB is 144 - color contains mainly: blue. Hex color #354190 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354190 is #CABE6F. Grayscale: #464646. Windows color (decimal): -13287024 or 9453877. OLE color: 9453877.

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

Color convert

RGB 53 65 144 -
CMYK 0.63 0.55 0 0.44
HSL 232.09º 0.46% 0.39% -
HSV(B) 232.09º 0.63% 0.56% -
XYZ 8.39 6.55 27.21 -
YUV 70.42 169.52 115.58 -
System Red Green Blue C M Y K H S L
Decimal 53 65 144 0.63 0.55 0 0.44 232.09 0.46 0.39
Hex 35 41 90 3F 37 0 2C E8 2E 27
Octal 65 101 220 77 67 0 54 350 56 47
Binary 110101 1000001 10010000 111111 110111 0 101100 11101000 101110 100111

Color Harmonies of #354190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354190

Black with #354190

Text Example


Text Example

White with #354190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354190; }

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

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

background-color css

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

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

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

border-color css

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

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

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