Html Css Color HEX #435691 Tory Blue

📋 copy color: '#435691'

red 67 ◦ green 86 ◦ blue 145

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

Shades of Tory Blue #435691

Tints of Tory Blue #435691

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.86%

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

R = 22.48%
G = 28.86%
B = 48.66%

CMYK

 C value IS 0.54

 M value IS 0.41

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#435691 (or 0x435691) is known color: Tory Blue. HEX triplet: 43, 56 and 91. RGB value is (67,86,145). Sum of RGB (Red+Green+Blue) = 67+86+145=298 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.48% from 298); Green value is 86 (33.98% from 255 or 28.86% from 298); Blue value is 145 (57.03% from 255 or 48.66% from 298); Max value from RGB is 145 - color contains mainly: blue. Hex color #435691 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435691 is #BCA96E. Grayscale: #565656. Windows color (decimal): -12364143 or 9524803. OLE color: 9524803.

HSL color Cylindrical-coordinate representation of color #435691: hue angle of 225.38º 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 #435691 is Cyan = 0.54, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 67 86 145 -
CMYK 0.54 0.41 0 0.43
HSL 225.38º 0.37% 0.42% -
HSV(B) 225.38º 0.54% 0.57% -
XYZ 10.75 9.89 28.13 -
YUV 87.05 160.71 113.7 -
System Red Green Blue C M Y K H S L
Decimal 67 86 145 0.54 0.41 0 0.43 225.38 0.37 0.42
Hex 43 56 91 36 29 0 2B E1 25 2A
Octal 103 126 221 66 51 0 53 341 45 52
Binary 1000011 1010110 10010001 110110 101001 0 101011 11100001 100101 101010

Color Harmonies of #435691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435691

Black with #435691

Text Example


Text Example

White with #435691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #435691; }

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

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

background-color css

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

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

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

border-color css

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

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

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