#435B8C

Color #435B8C Tory Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tory Blue #435B8C

Tints of Tory Blue #435B8C

Color information

#435B8C (or 0x435B8C) is unknown color: approx Tory Blue. HEX triplet: 43, 5B and 8C. RGB value is (67,91,140). Sum of RGB (Red+Green+Blue) = 67+91+140=298 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.48% from 298); Green value is 91 (35.94% from 255 or 30.54% from 298); Blue value is 140 (55.08% from 255 or 46.98% from 298); Max value from RGB is 140 - color contains mainly: blue. Hex color #435B8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435B8C is #BCA473. Grayscale: #595959. Windows color (decimal): -12362868 or 9198403. OLE color: 9198403.

HSL color Cylindrical-coordinate representation of color #435B8C: hue angle of 220.27º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #435B8C is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6791140-
CMYK0.520.3500.45
HSL220.27º35.27%40.59%-
HSV(B)220.27º52.14%54.9%-
XYZ10.7910.5726.28-
YUV89.41156.55112.02-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.48%
GREEN value IS 91 (35.94% from 255) = 30.54%
BLUE value IS 140 (55.08% from 255) = 46.98%
R=22.48%
G=30.54%
B=46.98%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal67911400.520.3500.45220.2735.2740.59
Hex435B8C342302Ddc2329
Octal10313321464430553344351
Binary1000011101101110001100110100100011010110111011100100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435B8C; }

 p { color: rgb(67,91,140); }

 H1.HeaderClassName
 {
   color: #435B8C;
 }
 .AnyTagClassName
 {
   color: #435B8C;
 }
</style>
background-color css

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

 a { background-color: rgb(67,91,140); }

 div.DivClassName
 {
   background-color: #435B8C;
 }
 .BgClassName
 {
   background-color: #435B8C;
 }
</style>
border-color css

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

 span { border-color: rgb(67,91,140); }

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