Html Css Color HEX #354386 Tory Blue

📋 copy color: '#354386'

red 53 ◦ green 67 ◦ blue 134

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

Shades of Tory Blue #354386

Tints of Tory Blue #354386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 52.76%

R = 20.87%
G = 26.38%
B = 52.76%

CMYK

 C value IS 0.60

 M value IS 0.5

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#354386 (or 0x354386) is known color: Tory Blue. HEX triplet: 35, 43 and 86. RGB value is (53,67,134). Sum of RGB (Red+Green+Blue) = 53+67+134=254 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.87% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 134 (52.73% from 255 or 52.76% from 254); Max value from RGB is 134 - color contains mainly: blue. Hex color #354386 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354386 is #CABC79. Grayscale: #464646. Windows color (decimal): -13286522 or 8799029. OLE color: 8799029.

HSL color Cylindrical-coordinate representation of color #354386: hue angle of 229.63º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #354386 is Cyan = 0.60, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 67 134 -
CMYK 0.60 0.5 0 0.47
HSL 229.63º 0.43% 0.37% -
HSV(B) 229.63º 0.6% 0.53% -
XYZ 7.78 6.49 23.4 -
YUV 70.45 163.86 115.55 -
System Red Green Blue C M Y K H S L
Decimal 53 67 134 0.60 0.5 0 0.47 229.63 0.43 0.37
Hex 35 43 86 3C 32 0 2F E6 2B 25
Octal 65 103 206 74 62 0 57 346 53 45
Binary 110101 1000011 10000110 111100 110010 0 101111 11100110 101011 100101

Color Harmonies of #354386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354386

Black with #354386

Text Example


Text Example

White with #354386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354386; }

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

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

background-color css

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

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

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

border-color css

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

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

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