Html Css Color HEX #435491 Tory Blue

📋 copy color: '#435491'

red 67 ◦ green 84 ◦ blue 145

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

Shades of Tory Blue #435491

Tints of Tory Blue #435491

RGB

 RED value IS 67 (26.56% from 255) = 22.64%

 GREEN value IS 84 (33.2% from 255) = 28.38%

 BLUE value IS 145 (57.03% from 255) = 48.99%

R = 22.64%
G = 28.38%
B = 48.99%

CMYK

 C value IS 0.54

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#435491 (or 0x435491) is known color: Tory Blue. HEX triplet: 43, 54 and 91. RGB value is (67,84,145). Sum of RGB (Red+Green+Blue) = 67+84+145=296 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.64% from 296); Green value is 84 (33.20% from 255 or 28.38% from 296); Blue value is 145 (57.03% from 255 or 48.99% from 296); Max value from RGB is 145 - color contains mainly: blue. Hex color #435491 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435491 is #BCAB6E. Grayscale: #555555. Windows color (decimal): -12364655 or 9524291. OLE color: 9524291.

HSL color Cylindrical-coordinate representation of color #435491: hue angle of 226.92º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #435491 is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 67 84 145 -
CMYK 0.54 0.42 0 0.43
HSL 226.92º 0.37% 0.42% -
HSV(B) 226.92º 0.54% 0.57% -
XYZ 10.6 9.58 28.08 -
YUV 85.87 161.37 114.54 -
System Red Green Blue C M Y K H S L
Decimal 67 84 145 0.54 0.42 0 0.43 226.92 0.37 0.42
Hex 43 54 91 36 2A 0 2B E3 25 2A
Octal 103 124 221 66 52 0 53 343 45 52
Binary 1000011 1010100 10010001 110110 101010 0 101011 11100011 100101 101010

Color Harmonies of #435491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435491

Black with #435491

Text Example


Text Example

White with #435491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #435491; }

 p { color: rgb(67,84,145); }

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

background-color css

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

 a { background-color: rgb(67,84,145); }

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

border-color css

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

 span { border-color: rgb(67,84,145); }

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