#435085

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

Shades of Tory Blue #435085

Tints of Tory Blue #435085

Color information

#435085 (or 0x435085) is unknown color: approx Tory Blue. HEX triplet: 43, 50 and 85. RGB value is (67,80,133). Sum of RGB (Red+Green+Blue) = 67+80+133=280 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.93% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 133 (52.34% from 255 or 47.5% from 280); Max value from RGB is 133 - color contains mainly: blue. Hex color #435085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435085 is #BCAF7A. Grayscale: #515151. Windows color (decimal): -12365691 or 8736835. OLE color: 8736835.

HSL color Cylindrical-coordinate representation of color #435085: hue angle of 228.18º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #435085 is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6780133-
CMYK0.500.4000.48
HSL228.18º33%39.22%-
HSV(B)228.18º49.62%52.16%-
XYZ9.428.6223.36-
YUV82.16156.69117.19-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 23.93%
GREEN value IS 80 (31.64% from 255) = 28.57%
BLUE value IS 133 (52.34% from 255) = 47.5%
R=23.93%
G=28.57%
B=47.5%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal67801330.500.4000.48228.183339.22
Hex4350853228030e42127
Octal10312020562500603444147
Binary1000011101000010000101110010101000011000011100100100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435085; }

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

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

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

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

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

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

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

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