Html Css Color HEX #354792 Tory Blue

📋 copy color: '#354792'

red 53 ◦ green 71 ◦ blue 146

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

Shades of Tory Blue #354792

Tints of Tory Blue #354792

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.3%

 BLUE value IS 146 (57.42% from 255) = 54.07%

R = 19.63%
G = 26.3%
B = 54.07%

CMYK

 C value IS 0.64

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#354792 (or 0x354792) is known color: Tory Blue. HEX triplet: 35, 47 and 92. RGB value is (53,71,146). Sum of RGB (Red+Green+Blue) = 53+71+146=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 71 (28.12% from 255 or 26.30% from 270); Blue value is 146 (57.42% from 255 or 54.07% from 270); Max value from RGB is 146 - color contains mainly: blue. Hex color #354792 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354792 is #CAB86D. Grayscale: #494949. Windows color (decimal): -13285486 or 9586485. OLE color: 9586485.

HSL color Cylindrical-coordinate representation of color #354792: hue angle of 228.39º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #354792 is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 71 146 -
CMYK 0.64 0.51 0 0.43
HSL 228.39º 0.47% 0.39% -
HSV(B) 228.39º 0.64% 0.57% -
XYZ 8.91 7.34 28.14 -
YUV 74.17 168.54 112.9 -
System Red Green Blue C M Y K H S L
Decimal 53 71 146 0.64 0.51 0 0.43 228.39 0.47 0.39
Hex 35 47 92 40 33 0 2B E4 2F 27
Octal 65 107 222 100 63 0 53 344 57 47
Binary 110101 1000111 10010010 1000000 110011 0 101011 11100100 101111 100111

Color Harmonies of #354792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354792

Black with #354792

Text Example


Text Example

White with #354792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354792; }

 p { color: rgb(53,71,146); }

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

background-color css

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

 a { background-color: rgb(53,71,146); }

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

border-color css

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

 span { border-color: rgb(53,71,146); }

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