Html Css Color HEX #435091 Tory Blue

📋 copy color: '#435091'

red 67 ◦ green 80 ◦ blue 145

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

Shades of Tory Blue #435091

Tints of Tory Blue #435091

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.4%

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

R = 22.95%
G = 27.4%
B = 49.66%

CMYK

 C value IS 0.54

 M value IS 0.45

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#435091 (or 0x435091) is known color: Tory Blue. HEX triplet: 43, 50 and 91. RGB value is (67,80,145). Sum of RGB (Red+Green+Blue) = 67+80+145=292 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.95% from 292); Green value is 80 (31.64% from 255 or 27.40% from 292); Blue value is 145 (57.03% from 255 or 49.66% from 292); Max value from RGB is 145 - color contains mainly: blue. Hex color #435091 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435091 is #BCAF6E. Grayscale: #535353. Windows color (decimal): -12365679 or 9523267. OLE color: 9523267.

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

Color convert

RGB 67 80 145 -
CMYK 0.54 0.45 0 0.43
HSL 230º 0.37% 0.42% -
HSV(B) 230º 0.54% 0.57% -
XYZ 10.29 8.97 27.98 -
YUV 83.52 162.69 116.21 -
System Red Green Blue C M Y K H S L
Decimal 67 80 145 0.54 0.45 0 0.43 230 0.37 0.42
Hex 43 50 91 36 2D 0 2B E6 25 2A
Octal 103 120 221 66 55 0 53 346 45 52
Binary 1000011 1010000 10010001 110110 101101 0 101011 11100110 100101 101010

Color Harmonies of #435091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435091

Black with #435091

Text Example


Text Example

White with #435091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #435091; }

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

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

background-color css

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

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

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

border-color css

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

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

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